瀏覽代碼

update index.html

VicCG.Lin 2 年之前
父節點
當前提交
3b8ad9a7f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      public/game/monopoly/index.html

+ 1
- 1
public/game/monopoly/index.html 查看文件

26
   <link rel="stylesheet" href="assets/css/mainStage.css">
26
   <link rel="stylesheet" href="assets/css/mainStage.css">
27
   <link rel="stylesheet" href="assets/lib/slick/slick.css">
27
   <link rel="stylesheet" href="assets/lib/slick/slick.css">
28
   <script>
28
   <script>
29
-    if (window.location.host === 'declarepre.taiwanpay.com.tw') {
29
+    if (window.location.host === 'declarepre.taiwanpay.com.tw' && window.location.pathname === '/game/monopoly/index.html') {
30
       window.location.href = "https://declarepre.taiwanpay.com.tw/game/monopoly/index_pre.html" + window.location.search;
30
       window.location.href = "https://declarepre.taiwanpay.com.tw/game/monopoly/index_pre.html" + window.location.search;
31
     }
31
     }
32
   </script>
32
   </script>