Ver código fonte

产品手册

DESKTOP-O04BTUJ\muzen 3 anos atrás
pai
commit
1d35f35d06
1 arquivos alterados com 22 adições e 0 exclusões
  1. 22 0
      src/pages/product/manual.vue

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