优化
This commit is contained in:
parent
776a97574b
commit
9b496739c5
@ -58,7 +58,7 @@ export default {
|
||||
// 钉钉免登录
|
||||
async handleDingtalkLogin (val = this.dingCode) {
|
||||
const res = await apiDingtalkLogin(val)
|
||||
if (res && res.code === 0) {
|
||||
if (res && res.code === 200) {
|
||||
this.$cookies.set('token', res.token)
|
||||
await this.handleInfo()
|
||||
this.dataForm.verify = '登录成功,跳转中...'
|
||||
|
||||
@ -28,7 +28,7 @@ const islzmanagement = window.location.host.indexOf('hostList') > -1 && window.l
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
isShow: true,
|
||||
isShow: false,
|
||||
islzmanagement,
|
||||
input: localStorage.getItem('input'),
|
||||
verify: '888888',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user