Procházet zdrojové kódy

更新 'js/index-designer.js'

oak před 3 roky
rodič
revize
b5d8454132
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      js/index-designer.js

+ 1 - 1
js/index-designer.js

@@ -50,7 +50,7 @@ let totalPages = {
 window.onload = function () {
 
     if (screen.width < 600) {
-        window.location.href = `../index_designerList_mb.html?cid=${cid}`;
+        window.location.href = `./index_designerList_mb.html?cid=${cid}`;
     }
     userAgent = navigator.userAgent;
     detectBrowser(userAgent);