diff --git a/flossom-ui/src/views/login.vue b/flossom-ui/src/views/login.vue index 75d382c..6a56c35 100644 --- a/flossom-ui/src/views/login.vue +++ b/flossom-ui/src/views/login.vue @@ -77,10 +77,6 @@ - -
@@ -112,7 +108,7 @@ export default { }, loading: false, // 验证码开关 - captchaEnabled: true, + captchaEnabled: false, // 注册开关 register: false, redirect: undefined, @@ -127,7 +123,7 @@ export default { }, }, created() { - this.getCode() + // this.getCode() this.getCookie() }, methods: {