From bdccdd16a20c976ec5ee71125b763f3a76d4da58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Mon, 9 Nov 2020 12:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/workbench/index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/views/kpi/workbench/index.vue b/src/views/kpi/workbench/index.vue index 9cf3c70..1defaaf 100644 --- a/src/views/kpi/workbench/index.vue +++ b/src/views/kpi/workbench/index.vue @@ -14,7 +14,6 @@ 登 陆
token : {{token}}
- @@ -28,7 +27,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', @@ -43,11 +42,6 @@ export default { handleClick () { this.isShow = !this.isShow }, - // async handleVerify () { - // const params = {'userName': this.input, 'password': 'admin', 'uuid': '', 'verify': this.verify, 'verifyCode': this.verify} - // let res = await apiSendSMS(params) - // console.log('res: ', res) - // }, async handleLogin () { localStorage.setItem('input', this.input) const params = {'userName': this.input, 'password': 'admin', 'uuid': '', 'verify': this.verify, 'verifyCode': this.verify} @@ -59,7 +53,6 @@ export default { if (ress.code === 200) { this.SET_USER_INFO(ress.user) } - console.log('ress: ', ress) location.reload() } }