fix: 微信登录接口修改。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user