管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-01-16 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf
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',