You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1234567891011121314 |
- <template>
- <div>
- <web-view :src="url"></web-view>
- </div>
- </template>
- <script setup lang='ts'>
- import {
- ref
- } from 'vue'
- let url = ref('https://mcs-ynt.hltgz.com/onekey.html?id=c3pnog1pbnr4dq&appName=gzetc144&appChannel=20001')
- </script>
- <style lang='scss' scoped>
-
- </style>
|