12345678910111213141516171819202122 |
- <template>
- <view class="app-container">
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- created(){
- window.location.href = 'https://ohplay.radio1964.net/guide'
- }
- }
- </script>
- <style lang="scss">
- </style>
|