13 lines
212 B
Vue
13 lines
212 B
Vue
|
|
<template>
|
||
|
|
<iframe
|
||
|
|
src="http://192.168.192.201:8080/xieyi/privacy.html"
|
||
|
|
style="width: 100vw; height: 100vh; border: none"
|
||
|
|
/>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {};
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style scoped></style>
|