shaogen1995 пре 1 година
родитељ
комит
83cd2dce4c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/Home/index.vue

+ 1 - 1
src/views/Home/index.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <div class="Home">
   <div class="Home">
     <div class="btn" @click="btnFu">开始动画</div>
     <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' }">
     <div class="txt" :style="{ opacity: txt.show ? '0.8' : '0' }">
       <h2>{{ txt.title }}</h2>
       <h2>{{ txt.title }}</h2>
       <p>{{ txt.con }}</p>
       <p>{{ txt.con }}</p>