Browse Source

关于我们

DESKTOP-O04BTUJ\muzen 3 years atrás
parent
commit
1fc83a7224
1 changed files with 22 additions and 0 deletions
  1. 22 0
      src/pages/about/index.vue

+ 22 - 0
src/pages/about/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/about"
+  }
+}
+</script>
+
+<style lang="scss">
+
+</style>