|
@@ -23,57 +23,67 @@ VueRouter.prototype.push = function push (location) {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/ruins-detail',
|
|
path: '/ruins-detail',
|
|
- name: 'Ruins_DEtail',
|
|
|
|
|
|
+ name: 'Ruins-Detail',
|
|
component: () => import('../pages/ruins-detail/index.vue')
|
|
component: () => import('../pages/ruins-detail/index.vue')
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/search',
|
|
|
|
- name: 'Search',
|
|
|
|
- component: () => import('../pages/search/index.vue'),
|
|
|
|
- meta: {id: ''}
|
|
|
|
|
|
+ path: '/travel-around',
|
|
|
|
+ name: 'Travel-Around',
|
|
|
|
+ component: () => import('../pages/travel-around/index.vue')
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/scenes',
|
|
|
|
- name: 'Scenes',
|
|
|
|
- component: () => import('../pages/scenes/index.vue'),
|
|
|
|
- meta: {id: '5'}
|
|
|
|
|
|
+ path: '/over-look',
|
|
|
|
+ name: 'Over-Look',
|
|
|
|
+ component: () => import('../pages/over-look/index.vue')
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/sceneiframe',
|
|
|
|
- name: 'Scene',
|
|
|
|
- component: () => import('../pages/sceneiframe/index.vue'),
|
|
|
|
- meta: {id: '12'}
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/antiques',
|
|
|
|
- name: 'Antiques',
|
|
|
|
- component: () => import('../pages/antiques/index.vue'),
|
|
|
|
- meta: {id: 10}
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/detail',
|
|
|
|
- name: 'Detail',
|
|
|
|
- component: () => import('../pages/detail/index.vue'),
|
|
|
|
- meta: {id: 15}
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/panorama',
|
|
|
|
- name: 'Panorama',
|
|
|
|
- component: () => import('../pages/panorama/index.vue'),
|
|
|
|
- meta: {id: 11}
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/map',
|
|
|
|
- name: 'Map',
|
|
|
|
- component: () => import('../pages/map/index.vue'),
|
|
|
|
- meta: {id: 16}
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/all',
|
|
|
|
- name: 'All',
|
|
|
|
- component: () => import('../pages/All/index.vue'),
|
|
|
|
- meta: {id: 17}
|
|
|
|
- }
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/search',
|
|
|
|
+ // name: 'Search',
|
|
|
|
+ // component: () => import('../pages/search/index.vue'),
|
|
|
|
+ // meta: {id: ''}
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/scenes',
|
|
|
|
+ // name: 'Scenes',
|
|
|
|
+ // component: () => import('../pages/scenes/index.vue'),
|
|
|
|
+ // meta: {id: '5'}
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/sceneiframe',
|
|
|
|
+ // name: 'Scene',
|
|
|
|
+ // component: () => import('../pages/sceneiframe/index.vue'),
|
|
|
|
+ // meta: {id: '12'}
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/antiques',
|
|
|
|
+ // name: 'Antiques',
|
|
|
|
+ // component: () => import('../pages/antiques/index.vue'),
|
|
|
|
+ // meta: {id: 10}
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/detail',
|
|
|
|
+ // name: 'Detail',
|
|
|
|
+ // component: () => import('../pages/detail/index.vue'),
|
|
|
|
+ // meta: {id: 15}
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/panorama',
|
|
|
|
+ // name: 'Panorama',
|
|
|
|
+ // component: () => import('../pages/panorama/index.vue'),
|
|
|
|
+ // meta: {id: 11}
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/map',
|
|
|
|
+ // name: 'Map',
|
|
|
|
+ // component: () => import('../pages/map/index.vue'),
|
|
|
|
+ // meta: {id: 16}
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/all',
|
|
|
|
+ // name: 'All',
|
|
|
|
+ // component: () => import('../pages/All/index.vue'),
|
|
|
|
+ // meta: {id: 17}
|
|
|
|
+ // }
|
|
]
|
|
]
|
|
|
|
|
|
const router = new VueRouter({
|
|
const router = new VueRouter({
|