From 4b939a0a06c8dcb9c30ae0e099cac8c9ac599fb4 Mon Sep 17 00:00:00 2001 From: luojiayi <1712054227@qq.com> Date: Wed, 23 Apr 2025 14:52:45 +0800 Subject: [PATCH] =?UTF-8?q?2025=E5=B9=B404=E6=9C=8823=E6=97=A514:52:41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/incidentDispose/index.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 504f4de..287520d 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ -VITE_APP_URL = 'http://192.168.3.116:8001/' +# VITE_APP_URL = 'http://192.168.3.116:8001/' # VITE_APP_URL_WEBSOCKET = 'http://192.168.3.116:8000/api/websocket' -# VITE_APP_URL = 'http://api.handcuff.youaikang.cn' +VITE_APP_URL = 'http://api.handcuff.youaikang.cn' VITE_APP_URL_WEBSOCKET = 'ws://device.handcuff.youaikang.cn:8000/api/websocket' diff --git a/src/views/incidentDispose/index.vue b/src/views/incidentDispose/index.vue index 538fa7b..4354133 100644 --- a/src/views/incidentDispose/index.vue +++ b/src/views/incidentDispose/index.vue @@ -262,6 +262,7 @@ const submitForm = async (formEl: FormInstance | undefined) => { warningConfirm(ruleForm).then(() => { ElMessage.success("处理成功"); curData.value.status = 1; + disabled.value = true; }); } });