qa_portal_vue/src/views/mine/agreement.vue

13 lines
212 B
Vue
Raw Normal View History

2024-04-01 09:39:15 +08:00
<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>