浏览代码

后台运行保护协议

DESKTOP-2S67K1S\31396 2 年之前
父节点
当前提交
7b5a27d0ad
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/backgrounder/index.vue

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

@@ -1,6 +1,6 @@
 <template>
   <view class="app-container">
-    123
+
   </view>
 </template>
 
@@ -12,7 +12,7 @@ export default {
     }
   },
   created(){
-    // window.location.href = 'https://ohplay.radio1964.net/guide'
+    window.location.href = 'https://ohplay.radio1964.net/guide'
   }
 }
 </script>