From 97fba4a0e38c0b8455d43d2935aa996676407361 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 08 十二月 2025 16:40:36 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

---
 north-glass-erp/northglass-erp/src/router/index.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/router/index.js b/north-glass-erp/northglass-erp/src/router/index.js
index a13144c..4ba8821 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -83,6 +83,23 @@
             }
           ]
         },
+        {
+          path:'userLog',
+          name: 'userLog',
+          component: () => import('../views/system/userLog/UserLog.vue'),
+          children:[
+            {
+              path: 'userListLog',
+              name: 'userListLog',
+              component: () => import('../views/system/userLog/UserListLog.vue'),
+            },
+            {
+              name:'userLog',
+              path: '',
+              redirect:'/main/userLog/userListLog'
+            }
+          ]
+        },
 
         {
           path:'glassPrice',

--
Gitblit v1.8.0