From 79b057e22e97e7db70faf25b33a5977b06771810 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 08 十二月 2025 14:52:54 +0800
Subject: [PATCH] 打印加工单修改,新增用户登录日志

---
 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