From e483ac11616ffc9260d8f491fcc0d66f480b5443 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:12:52 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/LongTu/FangGangAGV
---
Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 12 +++++++++++-
1 files changed, 11 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 c07ba89..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')
@@ -78,6 +84,10 @@
path: '/locationStatusChangeRecord',
name: 'locationStatusChangeRecord',
component: () => import('@/views/record/locationStatusChangeRecord.vue')
+ }, {
+ path: '/Dt_StationManager',
+ name: 'Dt_StationManager',
+ component: () => import('@/views/basic/Dt_StationManager.vue')
}
]
--
Gitblit v1.9.3