Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

csx 4 years ago
parent
commit
e609c37966
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/dev.env.js
  2. 1 1
      config/prod.env.js

+ 1 - 1
config/dev.env.js View File

@@ -5,7 +5,7 @@ const prodEnv = require('./prod.env')
5 5
 module.exports = merge(prodEnv, {
6 6
   NODE_ENV: '"development"',
7 7
   // BASE_API: '"https://api.xt.kuyicloud.com"'
8
-  // BASE_API: '"http://localhost:9531"'
8
+  BASE_API: '"http://localhost:9531"'
9 9
   //BASE_API: '"http://localhost:9529"'
10 10
   //http://api.xt.test.sgjyun.com http://localhost:9529
11 11
   // BASE_API: '"http://api.xt.test.sgjyun.com"'

+ 1 - 1
config/prod.env.js View File

@@ -2,7 +2,7 @@
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4 4
   BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
5
-   // BASE_API: '"https://api.xt.kuyicloud.com"'
5
+  // BASE_API: '"https://api.xt.kuyicloud.com"'
6 6
   // BASE_API:'"http://localhost:9529"',
7 7
   // BASE_API: '"http://api.xt.test.sgjyun.com"'
8 8
   // http://api.xt.test.sgjyun.com