|
|
@@ -48,51 +48,6 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
component: () => import('@/views/market/warehouseTrade/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: 'custom_info',
|
|
|
- name: 'custom_info',
|
|
|
- component: Main,
|
|
|
- meta: {
|
|
|
- requireAuth: true,
|
|
|
- },
|
|
|
- redirect: (to) => {
|
|
|
- return { name: 'custom_info_unsubmit' };
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/custom_info/custom_info_normal',
|
|
|
- name: 'custom_info_normal',
|
|
|
- component: () => import('@/views/information/custom/list/normal-use/index.vue'),
|
|
|
- meta: {
|
|
|
- requireAuth: true,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/custom_info/custom_info_disabled',
|
|
|
- name: 'custom_info_disabled',
|
|
|
- component: () => import('@/views/information/custom/list/stop-use/index.vue'),
|
|
|
- meta: {
|
|
|
- requireAuth: true,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/custom_info/custom_info_checkpending',
|
|
|
- name: 'custom_info_checkpending',
|
|
|
- component: () => import('@/views/information/custom/list/checkpending/index.vue'),
|
|
|
- meta: {
|
|
|
- requireAuth: true,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/custom_info/custom_info_unsubmit',
|
|
|
- name: 'custom_info_unsubmit',
|
|
|
- component: () => import('@/views/information/custom/list/unsubmit/index.vue'),
|
|
|
- meta: {
|
|
|
- requireAuth: true,
|
|
|
- },
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
path: 'goods_info',
|
|
|
name: 'goods_info',
|
|
|
component: Main,
|