Kaynağa Gözat

隐私协议

DESKTOP-O04BTUJ\muzen 3 yıl önce
ebeveyn
işleme
4120b53c7d
1 değiştirilmiş dosya ile 22 ekleme ve 0 silme
  1. 22 0
      src/pages/privacy/agreement.vue

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