aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/js/core/const.js
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/js/core/const.js')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/js/core/const.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/js/core/const.js b/openo-portal/portal-common/src/main/webapp/common/js/core/const.js
index fc1e69bd..d8a3371e 100644
--- a/openo-portal/portal-common/src/main/webapp/common/js/core/const.js
+++ b/openo-portal/portal-common/src/main/webapp/common/js/core/const.js
@@ -25,7 +25,7 @@ var IS_V5_TESTVERSION = true;
var FrameConst={};
//默认登录成功跳转页面
-FrameConst.DEFAULT_LOGINSKIP_PAGE = "main-page.html";
+FrameConst.DEFAULT_LOGINSKIP_PAGE = "common/main-page.html";
FrameConst.do_heartbeat = false;
FrameConst.change_pass = false;