瀏覽代碼

帮助与反馈

DESKTOP-O04BTUJ\muzen 3 年之前
父節點
當前提交
10fca795e5
共有 1 個文件被更改,包括 22 次插入0 次删除
  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>