Merge branch 'master' of https://gitea.mjm-staging.developers-homelab.net/BIMS/BIMS
This commit is contained in:
commit
f359469e1f
@ -2065,6 +2065,17 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
|
||||
<script src="js/site.js"></script>
|
||||
<script src="js/init.js"></script>
|
||||
<script>
|
||||
|
||||
//重新轉址 for Niagara4
|
||||
var temp_cuurent_Url_pathname = window.location.pathname.split("/").slice(0, 3);
|
||||
var redirectionUrl = window.location.origin + "/" +
|
||||
temp_cuurent_Url_pathname[temp_cuurent_Url_pathname.length - 1].replace(":%5E", "/") + "/" +
|
||||
window.location.pathname.split("/").slice(3).join("/");
|
||||
//判斷url是否包含"ord",如果有重新轉址
|
||||
if (temp_cuurent_Url_pathname.findIndex(x => x == "ord") > -1) {
|
||||
document.location.href = redirectionUrl.substr(0, redirectionUrl.length - 1);
|
||||
}
|
||||
|
||||
var jwt = localStorage.getItem("JWT-Authorization");
|
||||
var pageAct = {}; //記錄全頁面已選擇項目
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user