施工页面临时用iframe填充

main
崔方鑫 2026-08-28 16:31:00 +08:00
parent 131d41f036
commit ae727448e8
1 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,13 @@
<template>
<div class="construction-container" />
<div class="construction-container">
<iframe
class="construction-frame"
src="http://172.20.32.32:30002/index"
title="施工"
frameborder="0"
allowfullscreen
/>
</div>
</template>
<style lang="scss" scoped>
@ -9,4 +17,11 @@
position: relative;
overflow: hidden;
}
.construction-frame {
width: 100%;
height: 100%;
border: 0;
display: block;
}
</style>