se-ui/src/views/login.vue
@@ -93,7 +93,7 @@ this.getCookie(); }, methods: { // getCode() { getCode() { // getCodeImg().then(res => { // this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled; // if (this.captchaEnabled) { @@ -101,7 +101,7 @@ // this.loginForm.uuid = res.uuid; // } // }); // }, }, getCookie() { const username = Cookies.get("username"); const password = Cookies.get("password");