diff --git a/business-css/frontend/src/views/login/index.vue b/business-css/frontend/src/views/login/index.vue index b2a961f..c716ee6 100644 --- a/business-css/frontend/src/views/login/index.vue +++ b/business-css/frontend/src/views/login/index.vue @@ -14,7 +14,7 @@ auto-complete="on" label-position="left" > -
+
账号登录
@@ -66,7 +66,7 @@ - @@ -88,7 +88,7 @@ - + -->
{ - getCode(); + // getCode(); state.loading = false; }); } else { @@ -293,21 +293,21 @@ function getCookie() { state.loginData = { username: username === undefined ? state.loginData.username : username, password: decrypt(password), - code: '', - uuid: '' + // code: '', + // uuid: '' }; remember.value = rememberMe === undefined ? false : Boolean(rememberMe) } function getCode() { getCaptcha().then((result:any) => { - codeUrl.value = result.data.img - state.loginData.uuid = result.data.uuid; + // codeUrl.value = result.data.img + // state.loginData.uuid = result.data.uuid; }) } onMounted(() => { getCookie(); - getCode(); + // getCode(); window.onresize = () => { if (state.clientHeight > document.documentElement.clientHeight) { state.showCopyright = false;