Bläddra i källkod

5月31日17:32

xiaoming_global 6 år sedan
förälder
incheckning
a2edb6a559
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      config/dev.env.js
  2. 1 1
      config/index.js

+ 1 - 1
config/dev.env.js Visa fil

@@ -6,5 +6,5 @@
6 6
 module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9
-  BASE_API: '"http://112.74.16.180:9527"',//'"http://112.74.16.180:9527"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
9
+  BASE_API: '"http://localhost:9529"',//'"http://112.74.16.180:9527"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
10 10
 }

+ 1 - 1
config/index.js Visa fil

@@ -20,7 +20,7 @@ module.exports = {
20 20
     // host: 'xt.test.sgjyun.com',
21 21
     // host: 'xt.kuyicloud.com',
22 22
     host: 'localhost',
23
-    port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
23
+    port:9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
24 24
     autoOpenBrowser: true,
25 25
     errorOverlay: true,
26 26
     notifyOnErrors: false,