This commit is contained in:
熊成强 2020-11-06 17:43:20 +08:00
parent 776a97574b
commit 9b496739c5
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ export default {
// //
async handleDingtalkLogin (val = this.dingCode) { async handleDingtalkLogin (val = this.dingCode) {
const res = await apiDingtalkLogin(val) const res = await apiDingtalkLogin(val)
if (res && res.code === 0) { if (res && res.code === 200) {
this.$cookies.set('token', res.token) this.$cookies.set('token', res.token)
await this.handleInfo() await this.handleInfo()
this.dataForm.verify = '登录成功,跳转中...' this.dataForm.verify = '登录成功,跳转中...'

View File

@ -28,7 +28,7 @@ const islzmanagement = window.location.host.indexOf('hostList') > -1 && window.l
export default { export default {
data () { data () {
return { return {
isShow: true, isShow: false,
islzmanagement, islzmanagement,
input: localStorage.getItem('input'), input: localStorage.getItem('input'),
verify: '888888', verify: '888888',