From 74f2191aaec3f98f5f9d5a24b908a0ec93f26b5c Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Wed, 14 May 2025 14:42:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E6=97=A0=E6=B3=95=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E5=85=B6=E4=BB=96=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E6=9C=9F=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- src/views/monitor/login-infor/index.vue | 3 +- .../modules/login-infor-search.vue | 16 ++++++++++ src/views/monitor/oper-log/index.vue | 2 +- .../oper-log/modules/oper-log-search.vue | 20 +++++++++++-- src/views/system/config/index.vue | 2 +- .../system/config/modules/config-search.vue | 29 ++++++++++++++++--- .../system/notice/modules/notice-search.vue | 6 ++-- src/views/system/oss/index.vue | 3 +- src/views/system/oss/modules/oss-search.vue | 6 ++-- src/views/system/role/modules/role-search.vue | 1 - src/views/system/user/modules/user-search.vue | 12 +++++--- 12 files changed, 80 insertions(+), 22 deletions(-) diff --git a/.env.dev b/.env.dev index 0daad891..4e18fee1 100644 --- a/.env.dev +++ b/.env.dev @@ -1,5 +1,5 @@ # backend service base url, test environment -VITE_SERVICE_BASE_URL=http://127.0.0.1:8080 +VITE_SERVICE_BASE_URL=https://ruoyi.xlsea.cn/prod-api VITE_APP_BASE_API=/dev-api diff --git a/src/views/monitor/login-infor/index.vue b/src/views/monitor/login-infor/index.vue index b2c30e5a..2daf63cb 100644 --- a/src/views/monitor/login-infor/index.vue +++ b/src/views/monitor/login-infor/index.vue @@ -49,7 +49,8 @@ const { // the value can not be undefined, otherwise the property in Form will not be reactive userName: null, ipaddr: null, - status: null + status: null, + params: {} }, columns: () => [ { diff --git a/src/views/monitor/login-infor/modules/login-infor-search.vue b/src/views/monitor/login-infor/modules/login-infor-search.vue index ff131804..0192899b 100644 --- a/src/views/monitor/login-infor/modules/login-infor-search.vue +++ b/src/views/monitor/login-infor/modules/login-infor-search.vue @@ -1,4 +1,5 @@ @@ -48,6 +56,14 @@ async function search() { clearable /> + + + diff --git a/src/views/monitor/oper-log/index.vue b/src/views/monitor/oper-log/index.vue index 8e2b4c1d..a6abdef3 100644 --- a/src/views/monitor/oper-log/index.vue +++ b/src/views/monitor/oper-log/index.vue @@ -45,7 +45,7 @@ const { operName: null, operIp: null, status: null, - operTime: null + params: {} }, columns: () => [ { diff --git a/src/views/monitor/oper-log/modules/oper-log-search.vue b/src/views/monitor/oper-log/modules/oper-log-search.vue index fbd3a0ab..69b4077a 100644 --- a/src/views/monitor/oper-log/modules/oper-log-search.vue +++ b/src/views/monitor/oper-log/modules/oper-log-search.vue @@ -1,4 +1,5 @@ @@ -51,7 +59,7 @@ async function search() { - + - + + + +