guhongwei 5 năm trước cách đây
mục cha
commit
7e139ebfc4
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>