14 lines
222 B
Vue
14 lines
222 B
Vue
|
|
<template>
|
||
|
|
<view class="content">
|
||
|
|
<view>
|
||
|
|
<web-view src="https://skqhdg.porthebei.com:9006/xieyi/privacy.html" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {};
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style scoped></style>
|