xinelu-applet-ui/pagesB/Industrialbutler/Industrialbutler.vue

20 lines
241 B
Vue
Raw Normal View History

2023-09-22 11:08:14 +08:00
<template>
<view>
<web-view src="https://ec.cib.com.cn/h5/index/jnfhwqh?isInpage=Y"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>