DESKTOP-O04BTUJ\muzen пре 3 година
родитељ
комит
6f05da9e3c
1 измењених фајлова са 22 додато и 0 уклоњено
  1. 22 0
      src/pages/user/agreement.vue

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