| | |
| | | import WareInspection from '@/views/PackageTwo/WareInspection.vue'; //数据质检-入库质检 |
| | | import QualityInspection from '@/views/PackageTwo/index.vue'; //数据质检-入库质检 |
| | | |
| | | import resourceQuery from '@/views/resourceQuery/resourceQuery.vue'; //资源查询 |
| | | |
| | | |
| | | |
| | |
| | | path: '/', |
| | | name: 'Home', |
| | | component: Home, |
| | | redirect: '/Synthesis', |
| | | redirect: '/projectController', |
| | | children: [ |
| | | { |
| | | path: '/resourceQuery', |
| | | component: resourceQuery, |
| | | name: 'resourceQuery', |
| | | meta: { |
| | | title: '资源查询', |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | | }, |
| | | }, |
| | | { |
| | | path: '/bankController', |
| | | component: bankController, |
| | | name: 'bankController', |
| | | meta: { |
| | | title: '数据库管理', |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | | }, |
| | | }, |
| | | { |
| | | path: '/WareInspection', |
| | | component: WareInspection, |
| | |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | | }, |
| | | }, |
| | | { |
| | | path: '/bankController', |
| | | component: bankController, |
| | | name: 'bankController', |
| | | meta: { |
| | | title: '数据库管理', |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | | }, |
| | | }, |
| | | |
| | | { |
| | | path: '/projectController', |
| | | component: projectController, |