From 960b33fa24c47a330e51a2c24859d681ae62caeb Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:09:49 +0800
Subject: [PATCH] 重构任务与库存模型,增强日志管理与区域接口
---
Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 8e10505..68f98fe 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -37,7 +37,13 @@
path: '/Sys_DictionaryList',
name: 'Sys_DictionaryList',
component: () => import('@/views/system/Sys_DictionaryList.vue')
- }, {
+ },{
+ path: '/Log',
+ name: 'Log',
+ component: () => import('@/views/system/Log.vue'),
+ meta: {
+ }
+ },{
path: '/locationInfo',
name: 'locationInfo',
component: () => import('@/views/basic/locationInfo.vue')
--
Gitblit v1.9.3