File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 . when ( '/newsDetail/:catetogyId/:newsId' , {
2222 templateUrl : 'Views/news/newsDetail.html'
2323 } )
24+ . when ( '/contactUs' , {
25+ templateUrl : 'Views/contactUs/main.html'
26+ } )
2427 . otherwise ( {
2528 redirectTo : '/'
2629 } ) ;
Original file line number Diff line number Diff line change 5050 { name : "招聘职位" , url : "#/" }
5151 ]
5252 } ,
53- { name : "联系我们" , url : "#/sample/s2 " , child : null }
53+ { name : "联系我们" , url : "#/contactUs " , child : null }
5454
5555 ] ;
5656
Original file line number Diff line number Diff line change 3030 < link href ="Libs/Css/Custom/bootstrap.css " rel ="stylesheet " />
3131 < link href ="Libs/Css/WebFont/awesome-4.1.0/font-awesome.css " rel ="stylesheet " />
3232 < link href ="Libs/Css/Custom/main.css " rel ="stylesheet " />
33+ < link href ="Libs/Css/Custom/contactUs.css " rel ="stylesheet " />
3334
3435
3536</ head >
You can’t perform that action at this time.
0 commit comments