登录和权限处理,页面优化

This commit is contained in:
暮光:城中城
2019-05-30 20:39:15 +08:00
parent c3b3b60d93
commit f5249f39e1
26 changed files with 364 additions and 553 deletions

View File

@@ -77,7 +77,7 @@
post(ctx + "login", param, function (result) {
console.log(result);
if (result.errCode == 200) {
location.href = result.data;
location.href = ctx + "static/manage/home.html";
} else {
app.passwordError = "登录失败," + result.errMsg;
}