Files
jwl-applet/src/pages/index/iconSkill.vue

18 lines
230 B
Vue
Raw Normal View History

2023-08-19 14:04:52 +08:00
<template>
<view>
<web-view :src="webviewPath"></web-view>
</view>
</template>
<script>
export default {
data() {
return{
webviewPath:'https://jtbz.ahduima.com/index'
}
}
}
</script>
<style>
</style>