Browse Source

帮助与反馈

DESKTOP-O04BTUJ\muzen 3 năm trước cách đây
mục cha
commit
10fca795e5
1 tập tin đã thay đổi với 22 bổ sung0 xóa
  1. 22 0
      src/pages/help/index.vue

+ 22 - 0
src/pages/help/index.vue

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