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() { - + - + + + +