diff --git a/lib/default.js b/lib/default.js
index 0fb32b9..c02b23b 100644
--- a/lib/default.js
+++ b/lib/default.js
@@ -111,8 +111,8 @@ try {
                 window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag=';
             }
             else{
-                if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="https://www.footseen.xyz/mobile/index.html?pmt="+sessionStorage.pmt
-                else window.location.href="https://www.footseen.xyz/mobile/index.html"
+                if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="/mobile/index.html?pmt="+sessionStorage.pmt
+                else window.location.href="/mobile/index.html"
             } 
     
         } else if (/android/.test(ua)) {
@@ -122,8 +122,8 @@ try {
                 window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag=';
             }
             else{
-                if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="https://www.footseen.xyz/mobile/index.html?pmt="+sessionStorage.pmt
-                else window.location.href="https://www.footseen.xyz/mobile/index.html"
+                if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="/mobile/index.html?pmt="+sessionStorage.pmt
+                else window.location.href="/mobile/index.html"
             } 
         }
     }