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',