月球大数据地理空间分析展示平台-【中台】
Surpriseplus
2023-08-01 54099a0d90d9f73898ec620725100a362980b787
src/router/index.js
@@ -109,6 +109,15 @@
        },
      },
      {
        path: '/bankController',
        component: bankController,
        name: 'bankController',
        meta: {
          title: '数据库管理',
          requireAuth: true, // 标识该路由是否需要登录
        },
      },
      {
        path: '/WareInspection',
        component: WareInspection,
        name: 'WareInspection',
@@ -162,15 +171,7 @@
          requireAuth: true, // 标识该路由是否需要登录
        },
      },
      {
        path: '/bankController',
        component: bankController,
        name: 'bankController',
        meta: {
          title: '数据库管理',
          requireAuth: true, // 标识该路由是否需要登录
        },
      },
      {
        path: '/projectController',
        component: projectController,