Kaynağa Gözat

后台运行保护协议

DESKTOP-2S67K1S\31396 2 yıl önce
ebeveyn
işleme
5d1a6326fe
1 değiştirilmiş dosya ile 13 ekleme ve 4 silme
  1. 13 4
      src/pages/backgrounder/index.vue

+ 13 - 4
src/pages/backgrounder/index.vue

@@ -1,13 +1,22 @@
 <template>
-  <div class="app-container"></div>
+  <view class="app-container">
+
+  </view>
 </template>
 
 <script>
 export default {
-  created() {
-    window.location.href = "https://ohplay.radio1964.net/guide"
+  data() {
+    return {
+
+    }
+  },
+  created(){
+    window.location.href = 'https://ohplay.radio1964.net/guide'
   }
 }
 </script>
 
-<style lang="scss" scoped></style>
+<style lang="scss">
+
+</style>