2025年04月23日14:52:41
This commit is contained in:
parent
e472857a5f
commit
4b939a0a06
@ -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_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'
|
VITE_APP_URL_WEBSOCKET = 'ws://device.handcuff.youaikang.cn:8000/api/websocket'
|
||||||
|
@ -262,6 +262,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
|
|||||||
warningConfirm(ruleForm).then(() => {
|
warningConfirm(ruleForm).then(() => {
|
||||||
ElMessage.success("处理成功");
|
ElMessage.success("处理成功");
|
||||||
curData.value.status = 1;
|
curData.value.status = 1;
|
||||||
|
disabled.value = true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user