diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js
index 070ae22..51b4550 100755
--- a/build/webpack.dev.conf.js
+++ b/build/webpack.dev.conf.js
@@ -55,7 +55,8 @@ const devWebpackConfig = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({
filename: 'index.html',
template: 'index.html',
- inject: true
+ inject: true,
+ favicon:'../static/favicon.ico'
}),
// copy custom static assets
new CopyWebpackPlugin([
diff --git a/index.html b/index.html
index db2f88a..107358b 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,8 @@
- zxzn
+
+ 中兴智能交通
diff --git a/src/assets/css/commonCss/reset.css b/src/assets/css/commonCss/reset.css
index 20032c2..f36b823 100644
--- a/src/assets/css/commonCss/reset.css
+++ b/src/assets/css/commonCss/reset.css
@@ -156,10 +156,7 @@ table {
color: #333;
text-align: center;
}
-/*灰色背景*/
-.bgCommon{
- background:rgba(238,238,238,1);
-}
+
/*手指鼠标*/
.pointer{
cursor: pointer;
@@ -213,3 +210,18 @@ table {
cursor: default;
}
+
+
+
+/*面包导航*/
+.bread{
+ height: 50px;
+ line-height: 50px;
+ color: #333;
+ font-size: 14px;
+}
+/*灰色背景*/
+.bgCommon{
+ background:rgba(238,238,238,1);
+}
+
diff --git a/src/assets/images/contact/company.png b/src/assets/images/contact/company.png
new file mode 100644
index 0000000..135590f
--- /dev/null
+++ b/src/assets/images/contact/company.png
diff --git a/src/views/contact/index.vue b/src/views/contact/index.vue
index db6708a..5677548 100644
--- a/src/views/contact/index.vue
+++ b/src/views/contact/index.vue
@@ -1,13 +1,100 @@
- lianxi
+
+
+
+
+ 您所在位置: 首页 -> 联系我们
+
+
+
+
+
+
diff --git a/src/views/product/index.vue b/src/views/product/index.vue
index bda200d..7b51fa2 100644
--- a/src/views/product/index.vue
+++ b/src/views/product/index.vue
@@ -11,11 +11,13 @@
>{{item}}
-
-
- 您所在位置:
首页 -> 产品中心 -> 智慧停车
+
+
+ 您所在位置: 首页 -> 产品中心 -> 智慧停车
+
+
@@ -80,9 +82,5 @@ export default {
.tabActive{
background: #FFF;
}
- .bread{
- padding: 35px 0;
- color: #333;
- font-size: 14px;
- }
+
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..64b1c25
--- /dev/null
+++ b/static/favicon.ico