|
@@ -7,6 +7,7 @@ import Chart from "../views/Chart.vue"
|
|
import TreeSelection from "../views/TreeSelection.vue"
|
|
import TreeSelection from "../views/TreeSelection.vue"
|
|
import ExhibitionDetail from "../views/ExhibitionDetail.vue"
|
|
import ExhibitionDetail from "../views/ExhibitionDetail.vue"
|
|
import ExhibitionDetailAnimation from "../views/ExhibitionDetailAnimation.vue"
|
|
import ExhibitionDetailAnimation from "../views/ExhibitionDetailAnimation.vue"
|
|
|
|
+import End from "../views/End.vue"
|
|
|
|
|
|
Vue.use(VueRouter)
|
|
Vue.use(VueRouter)
|
|
|
|
|
|
@@ -50,6 +51,11 @@ const routes = [
|
|
name: 'ExhibitionDetailAnimation',
|
|
name: 'ExhibitionDetailAnimation',
|
|
component: ExhibitionDetailAnimation
|
|
component: ExhibitionDetailAnimation
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/End',
|
|
|
|
+ name: 'End',
|
|
|
|
+ component: End
|
|
|
|
+ },
|
|
]
|
|
]
|
|
|
|
|
|
const router = new VueRouter({
|
|
const router = new VueRouter({
|