index.html JS增加重新轉址 for Niagara4

This commit is contained in:
陳啟峰 2022-11-16 15:09:59 +08:00
parent 30e926f95c
commit a2bd71688d

View File

@ -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 = {}; //記錄全頁面已選擇項目