|
@@ -166,7 +166,7 @@ Vue.component('login',{
|
|
|
if (account === defaultStatus||account===null){
|
|
|
account_info.innerText = account_title+'不能为空';
|
|
|
} else if (account.indexOf(' ') !== -1){
|
|
|
- account_info.innerText = password_title+'不能包含空格';
|
|
|
+ account_info.innerText = account_title+'不能包含空格';
|
|
|
}
|
|
|
if (password === defaultStatus||password ===null){
|
|
|
password_info.innerText = password_title+'不能为空';
|