yangbifan 2 년 전
부모
커밋
0d4c085528
4개의 변경된 파일533개의 추가작업 그리고 510개의 파일을 삭제
  1. 3 3
      public/index.html
  2. 527 504
      public/static/views/onlineShareExcel.html
  3. 1 1
      src/pages/main/onlineExcel/index.vue
  4. 2 2
      vue.config.js

+ 3 - 3
public/index.html

@@ -26,10 +26,10 @@
   <!-- built files will be auto injected -->
   <script type="text/javascript">
     // window.staticHost = 'http://10.230.26.15:8000/mkt'; // 正式
-   window.staticHost = 'http://10.149.85.91:8000/spfm'; // 测试
-  //  window.staticHost = 'http://43.138.50.94:9600/'; 
+  //  window.staticHost = 'http://10.149.85.91:8000/spfm'; // 测试
+   window.staticHost = 'http://43.138.50.94:9600/'; 
     // window.staticHost = 'http://192.168.0.103:9600/';
-    // window.staticHost = 'http://192.168.2.79:9600/';
+    // window.staticHost = 'http://192.168.2.124:9600/';
 
     // document.title = "hello";
   </script>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 527 - 504
public/static/views/onlineShareExcel.html


+ 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="/marketfront/static/views/onlineShareExcel.html"
+                                    src="/static/views/onlineShareExcel.html"
                                     frameborder="0"></iframe>
                         </fullscreen>
                     </div>

+ 2 - 2
vue.config.js

@@ -144,8 +144,8 @@ module.exports = {
                 // target: 'http://192.168.0.156:9600/',
                 // target: 'http://192.168.2.170:9600/',
                 // target: 'http://192.168.2.169:9600/',
-                // target: "http://192.168.2.124:9600",
-                target:'http://43.138.50.94:9600',
+                target: "http://192.168.2.124:9600",
+                // target:'http://43.138.50.94:9600',
                 changeOrigin: true,
             },
         },