소스 검색

后台运行保护协议

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

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

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