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