diff --git a/src/assets/tiyuguan/拥挤.png b/src/assets/tiyuguan/crowd.png similarity index 100% rename from src/assets/tiyuguan/拥挤.png rename to src/assets/tiyuguan/crowd.png diff --git a/src/assets/tiyuguan/进馆人流标题.png b/src/assets/tiyuguan/ins_title_bg.png similarity index 100% rename from src/assets/tiyuguan/进馆人流标题.png rename to src/assets/tiyuguan/ins_title_bg.png diff --git a/src/assets/tiyuguan/安静.png b/src/assets/tiyuguan/quiet.png similarity index 100% rename from src/assets/tiyuguan/安静.png rename to src/assets/tiyuguan/quiet.png diff --git a/src/assets/tiyuguan/人流.png b/src/assets/tiyuguan/rliu.png similarity index 100% rename from src/assets/tiyuguan/人流.png rename to src/assets/tiyuguan/rliu.png diff --git a/src/assets/tiyuguan/舒适.png b/src/assets/tiyuguan/soft.png similarity index 100% rename from src/assets/tiyuguan/舒适.png rename to src/assets/tiyuguan/soft.png diff --git a/src/components/index/index.vue b/src/components/index/index.vue index c4a8bb5..7d5afba 100644 --- a/src/components/index/index.vue +++ b/src/components/index/index.vue @@ -69,7 +69,7 @@ this.backVal = 3 } else if(val == 3){ - this.$router.push({ path: '/stadium/stadium' }) + this.$router.push({ path: '/culture' }) this.backVal = 2 } }, diff --git a/src/components/library/index.vue b/src/components/library/index.vue index 70455db..f9bde41 100644 --- a/src/components/library/index.vue +++ b/src/components/library/index.vue @@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -366,7 +366,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/components/stadium/stadium.vue b/src/components/stadium/stadium.vue index 70455db..f9bde41 100644 --- a/src/components/stadium/stadium.vue +++ b/src/components/stadium/stadium.vue @@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -366,7 +366,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/components/tiyuchang/tiyuchang copy.vue b/src/components/tiyuchang/tiyuchang copy.vue index c6a0b85..dbfb1b7 100644 --- a/src/components/tiyuchang/tiyuchang copy.vue +++ b/src/components/tiyuchang/tiyuchang copy.vue @@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -366,7 +366,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/components/tiyuchang/tiyuchang.vue b/src/components/tiyuchang/tiyuchang.vue index b968faf..55d1a52 100644 --- a/src/components/tiyuchang/tiyuchang.vue +++ b/src/components/tiyuchang/tiyuchang.vue @@ -3,7 +3,7 @@
-
体育场
+
体育
@@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -369,7 +369,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/router/index.js b/src/router/index.js index 31c3a5b..a6e5ceb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -32,6 +32,11 @@ export default new Router({ name: "stadium", component: stadium }, + { + path: '/culture', + name: "culture", + component: () => import(/* webpackChunkName: "culture" */ '@/views/Culture'), + }, { path: '/library/library', name: "library", diff --git a/src/views/Culture.vue b/src/views/Culture.vue new file mode 100644 index 0000000..f7857cd --- /dev/null +++ b/src/views/Culture.vue @@ -0,0 +1,219 @@ + + + + + \ No newline at end of file