DESKTOP-O04BTUJ\muzen 3 rokov pred
rodič
commit
10fca795e5
1 zmenil súbory, kde vykonal 22 pridanie a 0 odobranie
  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>