From 20cfb19d192127e304a081ceb60ca9052f813bf7 Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期三, 15 一月 2025 13:32:43 +0800
Subject: [PATCH] U 修改完成

---
 src/router/modules/system.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/router/modules/system.ts b/src/router/modules/system.js
similarity index 62%
rename from src/router/modules/system.ts
rename to src/router/modules/system.js
index ccd81a2..6143442 100644
--- a/src/router/modules/system.ts
+++ b/src/router/modules/system.js
@@ -21,6 +21,18 @@
       component: () => import('@/views/system/user/index.vue'),
       name: 'UserManage',
       meta: { title: '鐢ㄦ埛绠$悊', icon: 'people-hdw', noCache: false }
+    },
+    {
+      path: 'face',
+      component: () => import('@/views/system/user/userFaceManager.vue'),
+      name: 'UserFaceManage',
+      meta: { title: '鐢ㄦ埛浜鸿劯绠$悊', icon: 'people-hdw', noCache: false }
+    },
+    {
+      path: 'logs',
+      component: () => import('@/views/system/logs.vue'),
+      name: 'sysLogs',
+      meta: { title: '绯荤粺鏃ュ織', icon: 'log-hdw', noCache: false }
     }
   ]
 };

--
Gitblit v1.9.1