yangbifan 2 éve
szülő
commit
fc2f48262c
2 módosított fájl, 4 hozzáadás és 4 törlés
  1. 2 2
      config/dev.env.js
  2. 2 2
      public/index.html

+ 2 - 2
config/dev.env.js

@@ -6,8 +6,8 @@ module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   ENV_CONFIG: '"dev"',
   ctx:'"http://192.168.2.188:8080"',
-  ctxForm: '"http://10.149.85.91:8000/api"',//dev
-  // ctxForm: '"http://43.138.50.94:8880"',//test
+  // ctxForm: '"http://10.149.85.91:8000/api"',//dev
+  ctxForm: '"http://43.138.50.94:8880/api"',//test
   // ctxForm: '"http://192.168.2.44:8880"',//test
   // ctxForm: '"http://10.230.26.15:8000/api"',//生产
 

+ 2 - 2
public/index.html

@@ -32,9 +32,9 @@
   <!-- 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.149.85.91:8000/spfm'; // 测试
     // window.staticHost = 'http://192.168.0.103:9600/';
-    // window.staticHost = 'http://43.138.50.94:9600/';
+    window.staticHost = 'http://43.138.50.94:9600/';
 
     // document.title = "hello";
   </script>