fix: 微信登录接口修改。

This commit is contained in:
tianyongbao
2026-01-18 20:24:59 +08:00
parent b1bc6c174c
commit 927ff2ab36
5 changed files with 41 additions and 26 deletions

View File

@@ -204,10 +204,8 @@ function save() {
isLoading.value = true
updateWarnPhone(params).then((res: any) => {
if (res.code == 200) {
state.type = "success";
state.show = true;
state.msg = "保存成功";
getWarnPhoneList();
}
}).finally(()=>{
isLoading.value = false