diff --git a/.env.development b/.env.development index 930896b..3a7630b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 安全生产智慧监管系统 +VITE_APP_TITLE = 安全生产智慧监管系统-机密 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VITE_APP_API_BASEURL = http://111.198.10.15:22109 diff --git a/.env.development b/.env.development index 930896b..3a7630b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 安全生产智慧监管系统 +VITE_APP_TITLE = 安全生产智慧监管系统-机密 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VITE_APP_API_BASEURL = http://111.198.10.15:22109 diff --git a/src/layouts/components/Tools/index.vue b/src/layouts/components/Tools/index.vue index a735a1f..98009a1 100644 --- a/src/layouts/components/Tools/index.vue +++ b/src/layouts/components/Tools/index.vue @@ -112,6 +112,8 @@ }).then((res) => { if (res.code === 200) { ElMessage.success(res.data || '设置成功') + // location.reload() + document.getElementById('refresh')?.click() } loading.close() }).catch(() => { @@ -156,7 +158,7 @@ - + diff --git a/.env.development b/.env.development index 930896b..3a7630b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 安全生产智慧监管系统 +VITE_APP_TITLE = 安全生产智慧监管系统-机密 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VITE_APP_API_BASEURL = http://111.198.10.15:22109 diff --git a/src/layouts/components/Tools/index.vue b/src/layouts/components/Tools/index.vue index a735a1f..98009a1 100644 --- a/src/layouts/components/Tools/index.vue +++ b/src/layouts/components/Tools/index.vue @@ -112,6 +112,8 @@ }).then((res) => { if (res.code === 200) { ElMessage.success(res.data || '设置成功') + // location.reload() + document.getElementById('refresh')?.click() } loading.close() }).catch(() => { @@ -156,7 +158,7 @@ - + diff --git a/src/views/alarm/accidentTracing/list.vue b/src/views/alarm/accidentTracing/list.vue index df4a98d..9ad7a7d 100644 --- a/src/views/alarm/accidentTracing/list.vue +++ b/src/views/alarm/accidentTracing/list.vue @@ -1,7 +1,10 @@