Commit f564ca00 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents a9614940 7f1f118b
Pipeline #3966 canceled with stages
......@@ -195,8 +195,10 @@ export default {
.toString()
.toUpperCase()
let params = {
phone: vm.phone_number,
password: md5passwprd,
master: {
phone: vm.phone_number,
password: md5passwprd,
},
}
hlsHttp.post(url, params).then(function (res) {
if (res.result === 'S') {
......@@ -204,6 +206,8 @@ export default {
setTimeout(function () {
vm.$router.push('login')
}, 100)
} else {
hlsPopup.showLongCenter(res.message)
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment