diff --git a/modules/core/src/main/resources/views/include/sysIndex/topMenuCorp.html b/modules/core/src/main/resources/views/include/sysIndex/topMenuCorp.html index 59d201f6..b0ba9ead 100644 --- a/modules/core/src/main/resources/views/include/sysIndex/topMenuCorp.html +++ b/modules/core/src/main/resources/views/include/sysIndex/topMenuCorp.html @@ -16,7 +16,7 @@ if (corpCode != ''){ js.ajaxSubmit("${ctx}/sys/corpAdmin/switch/"+corpCode, function(data){ js.showMessage(data.message); - top.location.reload(); + js.window.location.reload(); }); } } diff --git a/modules/core/src/main/resources/views/modules/sys/switchSkin.html b/modules/core/src/main/resources/views/modules/sys/switchSkin.html index 87005b5d..db6c1b64 100644 --- a/modules/core/src/main/resources/views/modules/sys/switchSkin.html +++ b/modules/core/src/main/resources/views/modules/sys/switchSkin.html @@ -158,7 +158,7 @@ <% } %> \ No newline at end of file