yangbifan пре 2 година
родитељ
комит
21b20d0b9c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pages/main/onlineExcel/index.vue

+ 1 - 1
src/pages/main/onlineExcel/index.vue

@@ -95,7 +95,7 @@
                     <div class="container" id="container" v-else>
                         <fullscreen :fullscreen.sync="excelFullScreen" class="container">
                             <iframe id="excelIframe" height="100%" width="100%"
-                                    src="/static/views/onlineShareExcel.html"
+                                    src="/marketfront/static/views/onlineShareExcel.html"
                                     frameborder="0"></iframe>
                         </fullscreen>
                     </div>