소스 검색

no message

DESKTOP-2S67K1S\31396 2 년 전
부모
커밋
d39c7d6cc6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/pages/backgrounder/index.vue

+ 2 - 1
src/pages/backgrounder/index.vue

@@ -12,7 +12,8 @@ export default {
     }
   },
   created(){
-    window.location.href = 'https://ohplay.radio1964.net/guide'
+    console.log(1);
+    // window.location.href = 'https://ohplay.radio1964.net/guide'
   }
 }
 </script>