@@ -1,7 +1,7 @@
<template>
<div class="Home">
<div class="btn" @click="btnFu">开始动画</div>
- <iframe id="iframe" src="/three/index.html" frameborder="0"></iframe>
+ <iframe id="iframe" src="./three/index.html" frameborder="0"></iframe>
<div class="txt" :style="{ opacity: txt.show ? '0.8' : '0' }">
<h2>{{ txt.title }}</h2>
<p>{{ txt.con }}</p>