From 9ea7c5d8f3db08b3e218e2d3cea014c169a3782d Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 20 Apr 2024 22:25:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/log/index.vue | 4 ++-- src/views/monitor/log/{LoginLog.vue => login/index.vue} | 0 .../monitor/log/{ => operation}/OperationLogDetailDrawer.vue | 0 .../monitor/log/{OperationLog.vue => operation/index.vue} | 0 src/views/monitor/online/index.vue | 2 +- src/views/system/config/index.vue | 2 +- src/views/system/dept/index.vue | 2 +- src/views/system/dict/index.vue | 2 +- src/views/system/file/index.vue | 2 +- src/views/system/menu/index.vue | 2 +- src/views/system/role/index.vue | 2 +- src/views/system/storage/index.vue | 4 ++-- src/views/system/user/index.vue | 2 +- 13 files changed, 12 insertions(+), 12 deletions(-) rename src/views/monitor/log/{LoginLog.vue => login/index.vue} (100%) rename src/views/monitor/log/{ => operation}/OperationLogDetailDrawer.vue (100%) rename src/views/monitor/log/{OperationLog.vue => operation/index.vue} (100%) diff --git a/src/views/monitor/log/index.vue b/src/views/monitor/log/index.vue index cc5a7db..8e9ea23 100644 --- a/src/views/monitor/log/index.vue +++ b/src/views/monitor/log/index.vue @@ -13,8 +13,8 @@