From 86b1b07caacc17b8e51213c114520899b886cfdb Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 15:17:13 +0800
Subject: [PATCH] first
---
src/config/router.config.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 56ef583..1be5aa9 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -258,6 +258,12 @@
component: () => import('@/views/logmanage/loginlog'),
meta: { title: '登录日志', keepAlive: true, permission: ['loginlog'] },
},
+ {
+ path: '/logmanage/running-log',
+ name: 'running-log',
+ component: () => import('@/views/logmanage/running-log'),
+ meta: { title: '流水日志', keepAlive: true, permission: ['loginlog'] },
+ },
// {
// path: '/logmanage/smslog',
// name: 'smslog',
--
Gitblit v1.9.3