This commit is contained in:
bb_pan 2025-04-21 11:17:40 +08:00
parent e3d019ec7d
commit 8f00a8fd70
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ export default {
}, },
loading: false, loading: false,
// //
captchaEnabled: true, captchaEnabled: false,
// //
register: false, register: false,
redirect: undefined, redirect: undefined,
@ -127,7 +127,7 @@ export default {
}, },
}, },
created() { created() {
this.getCode(); // this.getCode();
this.getCookie(); this.getCookie();
}, },
methods: { methods: {