From 2987d3eb4db46a8a247c87bac9fd0ff0f58d6de5 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 22 Apr 2024 23:13:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=97=A5=E5=BF=97=E3=80=81=E5=9C=A8=E7=BA=BF=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E3=80=81=E5=AD=98=E5=82=A8=E7=AE=A1=E7=90=86=E3=80=81?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86=E7=9B=B8=E5=85=B3=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/monitor/online.ts | 2 +- src/views/monitor/log/login/index.vue | 24 ++++++------- .../operation/OperationLogDetailDrawer.vue | 6 ++-- src/views/monitor/log/operation/index.vue | 36 +++++++++---------- src/views/monitor/online/index.vue | 14 ++++++-- src/views/system/dept/index.vue | 2 +- src/views/system/role/RoleAddModal.vue | 2 +- src/views/system/role/RoleDetailDrawer.vue | 2 +- src/views/system/storage/StorageAddModal.vue | 2 +- src/views/system/storage/index.vue | 6 ++-- src/views/system/user/UserAddModal.vue | 10 +++--- src/views/system/user/UserDetailDrawer.vue | 2 +- 12 files changed, 57 insertions(+), 51 deletions(-) diff --git a/src/apis/monitor/online.ts b/src/apis/monitor/online.ts index 761338d..d4c6765 100644 --- a/src/apis/monitor/online.ts +++ b/src/apis/monitor/online.ts @@ -1,7 +1,7 @@ import http from '@/utils/http' import type * as Monitor from './type' -const BASE_URL = '/monitor/online/user' +const BASE_URL = '/monitor/online' /** @desc 查询在线用户列表 */ export function listOnlineUser(query: Monitor.OnlineUserQuery) { diff --git a/src/views/monitor/log/login/index.vue b/src/views/monitor/log/login/index.vue index 84c0be1..629f511 100644 --- a/src/views/monitor/log/login/index.vue +++ b/src/views/monitor/log/login/index.vue @@ -22,7 +22,7 @@