This commit is contained in:
xvv 2024-07-27 16:46:04 +08:00
parent e3fbc92511
commit 59bd0a6460
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
#VUE_APP_SERVER_URL = 'http://192.168.31.72:8081/'
VUE_APP_SERVER_URL = 'http://192.168.31.178:8081/'

View File

@ -157,7 +157,7 @@ export default {
},
postparssword(){
let data = {
accountId : this.accountId,
acctId : this.accountId,
password: this.ruleForm.password,
}
resetPwd(data).then(res=>{