月球大数据地理空间分析展示平台-【中台】
WX
2023-08-15 ec86ce630c3bf6ef4abe5f52ecde21eeda03c5e7
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,