月球大数据地理空间分析展示平台-【中台】
WX
2023-07-19 e815dad728f0aba7b2bb2b2087dad4c36e68652f
src/router/index.js
@@ -60,6 +60,7 @@
import WareInspection from '@/views/PackageTwo/WareInspection.vue'; //数据质检-入库质检
import QualityInspection from '@/views/PackageTwo/index.vue'; //数据质检-入库质检
import resourceQuery from '@/views/resourceQuery/resourceQuery.vue'; //资源查询
@@ -99,6 +100,15 @@
    redirect: '/projectController',
    children: [
      {
        path: '/resourceQuery',
        component: resourceQuery,
        name: 'resourceQuery',
        meta: {
          title: '资源查询',
          requireAuth: true, // 标识该路由是否需要登录
        },
      },
      {
        path: '/WareInspection',
        component: WareInspection,
        name: 'WareInspection',