index.vue 252 B

12345678910111213141516171819202122
  1. <template>
  2. <view class="app-container">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {
  9. }
  10. },
  11. created(){
  12. window.location.href = 'https://ohplay.radio1964.net/guide'
  13. }
  14. }
  15. </script>
  16. <style lang="scss">
  17. </style>