2025年04月23日14:52:41

This commit is contained in:
luojiayi 2025-04-23 14:52:45 +08:00
parent e472857a5f
commit 4b939a0a06
2 changed files with 3 additions and 2 deletions

View File

@ -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'

View File

@ -262,6 +262,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
warningConfirm(ruleForm).then(() => {
ElMessage.success("处理成功");
curData.value.status = 1;
disabled.value = true;
});
}
});