guhongwei 5 년 전
부모
커밋
7e139ebfc4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/hall/index.vue
  2. 1 1
      src/views/home.vue

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

@@ -1,6 +1,6 @@
 <template>
   <div id="index">
-    <iframe width="100%" style="height:99vh;" frameborder="0" src="static/liveIndex.html"></iframe>
+    <iframe width="100%" style="height:99vh;" frameborder="0" src="platlive/static/liveIndex.html"></iframe>
   </div>
 </template>
 

+ 1 - 1
src/views/home.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="home">
-    <iframe width="100%" style="height:99vh;" frameborder="0" src="static/home.html"></iframe>
+    <iframe width="100%" style="height:99vh;" frameborder="0" src="platlive/static/home.html"></iframe>
   </div>
 </template>