|
@@ -92,12 +92,6 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|
|
component: () => import('@/views/index.vue'),
|
|
|
name: 'Index',
|
|
|
meta: { title: '首页', icon: 'sy', affix: true }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/topicPage',
|
|
|
- component: () => import('@/views/globalMap/topicPage.vue'),
|
|
|
- name: 'Index22222',
|
|
|
- meta: { title: 'topicPage', icon: 'sy', affix: true }
|
|
|
}
|
|
|
]
|
|
|
},
|