From 2a20cd300ab6d9233a708a0f4558ba3d92c9f0a2 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <1247017146@qq.com> Date: 星期一, 21 四月 2025 14:16:51 +0800 Subject: [PATCH] 优化入库查询任务方法,高温2号堆垛机缓存俩框 --- Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 71 +++++++++++++++-------------------- 1 files changed, 31 insertions(+), 40 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js index d6c5d4f..db68844 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js @@ -1,69 +1,60 @@ - let viewgird = [ { path: '/Sys_Log', name: 'sys_Log', - component: () => import('@/views/system/Sys_Log.vue') + component: () => import('@/views/system/Sys_Log.vue'), + meta: { + + } }, { path: '/Sys_User', name: 'Sys_User', - component: () => import('@/views/system/Sys_User.vue') + component: () => import('@/views/system/Sys_User.vue'), + meta: { + + } }, { path: '/permission', name: 'permission', - component: () => import('@/views/system/Permission.vue') + component: () => import('@/views/system/Permission.vue'), + meta: { + + } }, { path: '/Sys_Dictionary', name: 'Sys_Dictionary', - component: () => import('@/views/system/Sys_Dictionary.vue') + component: () => import('@/views/system/Sys_Dictionary.vue'), + meta: { + + } }, { path: '/Sys_Role', name: 'Sys_Role', - component: () => import('@/views/system/Sys_Role.vue') + component: () => import('@/views/system/Sys_Role.vue'), + meta: { + + } }, - // { - // path: '/Sys_Role1', - // name: 'Sys_Role1', - // component: () => import('@/views/system/Sys_Role1.vue') - // } - // , { path: '/Sys_DictionaryList', name: 'Sys_DictionaryList', - component: () => import('@/views/system/Sys_DictionaryList.vue') - }, { - path: '/FormDesignOptions', - name: 'FormDesignOptions', - component: () => import('@/views/system/form/FormDesignOptions.vue') - }, { - path: '/FormCollectionObject', - name: 'FormCollectionObject', - component: () => import('@/views/system/form/FormCollectionObject.vue') - }, { - path: '/Sys_WorkFlow', - name: 'Sys_WorkFlow', - component: () => import('@/views/system/flow/Sys_WorkFlow.vue') - }, { - path: '/Sys_WorkFlowTable', - name: 'Sys_WorkFlowTable', - component: () => import('@/views/system/flow/Sys_WorkFlowTable.vue') - }, { - path: '/Sys_QuartzOptions', - name: 'Sys_QuartzOptions', - component: () => import('@/views/system/quartz/Sys_QuartzOptions.vue') - }, { - path: '/Sys_QuartzLog', - name: 'Sys_QuartzLog', - component: () => import('@/views/system/quartz/Sys_QuartzLog.vue') - }, { + component: () => import('@/views/system/Sys_DictionaryList.vue'), + meta: { + + } + },{ path: '/Sys_Department', name: 'Sys_Department', - component: () => import('@/views/system/system/Sys_Department.vue') - }] + component: () => import('@/views/system/system/Sys_Department.vue'), + meta: { + + } + } +] export default viewgird -- Gitblit v1.9.3