新增手机号短信验证码登录 user.loginByValidCode=true;调整

sysLogin、sysIndex、menuTree、forgetPwd、registerUser 的目录,方便覆写和理解;增加 自定义主题视图
的 readme.txt 帮助文件。
This commit is contained in:
thinkgem
2020-09-20 18:42:25 +08:00
parent faeb49ee98
commit 202e9d8918
4 changed files with 16 additions and 17 deletions

View File

@@ -81,7 +81,6 @@ $(function(){
location = ctx + '/login';
}else{
js.showMessage(data.message);
$('#forgetForm').reset();
}
});
}

View File

@@ -73,7 +73,6 @@ $(function(){
location = ctx + '/login';
}else{
js.showMessage(data.message);
$('#registerForm').reset();
}
});
}