Explorar el Código

Merge branch 'master' of https://git.agilestar.cn/spfm-group/spfm-market-front

noob hace 3 años
padre
commit
6831b37282
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      public/index.html

+ 3 - 3
public/index.html

@@ -8,7 +8,7 @@
   <link rel="icon" href="<%= BASE_URL %>favicon.ico">
   <title>业务服务工作台</title>
   <script src="static/js/crypoto-js.js"></script>
-  
+
   <script src="/static/js/luckysheet/plugins/js/plugin.js"></script>
   <script src="/static/js/luckysheet/luckysheet.umd.js"></script>
   <link rel='stylesheet' href='/static/js/luckysheet/plugins/css/pluginsCss.css' />
@@ -25,9 +25,9 @@
   <div id="app"></div>
   <!-- built files will be auto injected -->
   <script type="text/javascript">
-    // window.staticHost = 'http://10.230.26.15:8000/spfm'; // 正式
+    window.staticHost = 'http://10.230.26.15:8000/spfm'; // 正式
     // window.staticHost = 'http://10.149.85.90:8000/spfm'; // 测试
-    window.staticHost = 'http://192.168.0.103:9600/';
+    // window.staticHost = 'http://192.168.0.103:9600/';
     // window.staticHost = 'http://192.168.2.142:9600/';
   </script>
 </body>