소스 검색

更新 'js/index-designer.js'

oak 3 년 전
부모
커밋
b5d8454132
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);