修改注册文案
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user