|
@@ -252,7 +252,7 @@ function editUserLoginStateZw(usercode,userkeycode,login_lock,login_type,url){
|
|
})
|
|
})
|
|
}
|
|
}
|
|
function loginZW(type,url){
|
|
function loginZW(type,url){
|
|
- loginInZw(loginPinia.loginInfo.username,encode(loginPinia.loginInfo.psd),type)
|
|
|
|
|
|
+ loginInZw(loginPinia.loginInfo.username,loginPinia.loginInfo.psd,type)
|
|
.then(res => {
|
|
.then(res => {
|
|
let result = res.msg;
|
|
let result = res.msg;
|
|
if (result.length == 0) {
|
|
if (result.length == 0) {
|