@@ -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>