|
|
|
@ -147,7 +147,7 @@ |
|
|
|
|
width="482px" |
|
|
|
|
:imgSize="imgSize" |
|
|
|
|
:barSize="barSize" |
|
|
|
|
:imgUrl="getRandomImg()" |
|
|
|
|
:imgUrl="getRandomImg()" |
|
|
|
|
:imgName="['banner@2x.5517869.png']" |
|
|
|
|
:refreshColor="refreshColor" |
|
|
|
|
> |
|
|
|
@ -210,7 +210,7 @@ export default { |
|
|
|
|
height: '42px' |
|
|
|
|
}, |
|
|
|
|
buttonIsFocused: false, |
|
|
|
|
title: "智能税务管理系统", |
|
|
|
|
title: "欣税通管理系统", |
|
|
|
|
userName: "", |
|
|
|
|
password: "", |
|
|
|
|
note: "", |
|
|
|
@ -275,7 +275,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
saveLoginTypeEvent() { |
|
|
|
@ -308,7 +308,7 @@ export default { |
|
|
|
|
} else { |
|
|
|
|
return '/itax-base/static/loginBg/'+name+'.jpg' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
getRandomNumberByRange(start, end) { |
|
|
|
|
return Math.round(Math.random() * (end - start) + start) |
|
|
|
@ -324,13 +324,13 @@ export default { |
|
|
|
|
this.logFun() |
|
|
|
|
// this.$refs.slideblock && this.$refs.slideblock.reset() |
|
|
|
|
}, 500) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
noteClick() { |
|
|
|
|
if (this.noteText == "获取验证码") { |
|
|
|
|
this.second = 60; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.noteText = `${this.second}s`; |
|
|
|
|
let timer; |
|
|
|
@ -408,13 +408,13 @@ export default { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.errorMsg = "" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!this.showNote) { |
|
|
|
|
this.showForm = false; |
|
|
|
|
} else { |
|
|
|
|
|
|
|
|
|
// if (!this.showNote) { |
|
|
|
|
// this.showForm = false; |
|
|
|
|
// } else { |
|
|
|
|
this.logFun(); |
|
|
|
|
} |
|
|
|
|
// } |
|
|
|
|
}, |
|
|
|
|
sendMessageCode() { |
|
|
|
|
if (this.userName == "") { |
|
|
|
@ -445,7 +445,7 @@ export default { |
|
|
|
|
this.errorMsg = res.msg; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.noteClick() |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -488,10 +488,10 @@ export default { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
clearLocalStorageFn() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.loginSuccess = true; |
|
|
|
|
this.saveLoginTypeEvent() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (process.env.NODE_ENV == "development") { |
|
|
|
|
window.location.href = "/frame.html#/home"; |
|
|
|
|
} else { |
|
|
|
@ -510,7 +510,7 @@ export default { |
|
|
|
|
console.log('000::', data) |
|
|
|
|
let productName = data.productName |
|
|
|
|
let logo = data.logo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (res.data.pictureType == '2') { |
|
|
|
|
//门户 |
|
|
|
|
productName = productName ? productName : '销项开票'; |
|
|
|
@ -525,8 +525,8 @@ export default { |
|
|
|
|
this.verifyWay = res.verifyWay; |
|
|
|
|
this.showHome = res.showHome |
|
|
|
|
this.menuSettingType = res.menuSettingType |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
.catch((err) => { |
|
|
|
@ -608,4 +608,4 @@ export default { |
|
|
|
|
height: 42px!important; |
|
|
|
|
line-height: 42px!important; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
</style> |
|
|
|
|