修改注册文案

This commit is contained in:
X1627315083
2025-06-11 15:19:22 +08:00
parent bffc8ea0f4
commit 903c0ebdf5

View File

@@ -459,6 +459,7 @@ export default defineComponent({
}else{
if (/aida/i.test(this.username)) {
message.info('The name cannot contain "AiDA" or any combination of its uppercase and lowercase forms.');
return;
}
if (!this.username || !this.password) {
message.info("Please enter your account number or password");