lsc 2 달 전
부모
커밋
8d80049280
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/index.html

+ 1 - 1
public/index.html

@@ -101,6 +101,6 @@
     window.topU = topU
   }
   
-  document.domain = "cocorobo.cn"
+  document.domain = document.domain.split(".").slice(-2).join(".");
 
 </script>