首页新版开发跳转

This commit is contained in:
暮光:城中城
2019-06-29 23:49:20 +08:00
parent 49c1929746
commit 242ca36a7a
23 changed files with 259 additions and 137 deletions

View File

@@ -82,7 +82,7 @@
redirect = url.substring(url.indexOf("redirect=") + 9, url.length);
redirect = decodeURIComponent(redirect);
} else {
redirect = ctx + "static/manage/home.html";
redirect = ctx + "#/user/login";
}
post(ctx + "login", param, function (result) {
console.log(result);