src/router/index.js
@@ -66,6 +66,12 @@ component: login, }, { path: '/Thematic', name: 'Thematic', component: Thematic, }, { path: '/', name: 'Home', component: Home, @@ -125,15 +131,7 @@ requireAuth: true, // 标识该路由是否需要登录 }, }, { path: '/Thematic', name: 'Thematic', component: Thematic, meta: { title: '专题地图', requireAuth: true, // 标识该路由是否需要登录 }, }, { path: '/Archive', name: 'Archive',