Skip to content

Commit ac3267d

Browse files
committed
添加联系我们模块
1 parent f328dd6 commit ac3267d

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Libs/Js/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
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
});

Libs/Js/ctrls/ctrls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{ name: "招聘职位", url: "#/" }
5151
]
5252
},
53-
{ name: "联系我们", url: "#/sample/s2", child: null }
53+
{ name: "联系我们", url: "#/contactUs", child: null }
5454

5555
];
5656

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
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>

0 commit comments

Comments
 (0)