Quellcode durchsuchen

Merge branch 'hjw-spfmui' of https://git.agilestar.cn/spfm/spfm-market-front into hjw-spfmui

hujunwei vor 2 Jahren
Ursprung
Commit
78c1a23b6c
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      public/index.html

+ 3 - 3
public/index.html

@@ -25,8 +25,8 @@
   <div id="app"></div>
   <!-- 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://10.230.26.15:8000/mkt'; // 正式
+    // window.staticHost = 'http://10.149.85.91:8000/spfm'; // 测试
     // window.staticHost = 'http://192.168.0.103:9600/';
     // window.staticHost = 'http://192.168.2.142:9600/';
     
@@ -34,4 +34,4 @@
   </script>
 </body>
 
-</html>
+</html>