Browse Source

修改华侨医院

csx 5 years ago
parent
commit
9334988ae1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/dev.env.js
  2. 1 1
      config/sit.env.js

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

@@ -6,7 +6,7 @@
6 6
 module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9
-  BASE_API: '"http://api.xt.test.sgjyun.com"',//'"http://localhost:9529"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
9
+  BASE_API: '"http://localhost:9529"',//'"http://localhost:9529"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
10 10
   SSO_HOST: '"https://testsso.sgjyun.com"',
11 11
   SRCM_HOST: '"http://test1.sgjyun.com"',
12 12
   XT_HOST: '"http://xt.test.sgjyun.com"',

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

@@ -1,7 +1,7 @@
1 1
 module.exports = {
2 2
   NODE_ENV: '"production"',
3 3
   ENV_CONFIG: '"sit"',
4
-  BASE_API: '"https://api.xt.test.sgjyun.com"',
4
+  BASE_API: '"http://api.xt.test.sgjyun.com"',
5 5
 
6 6
   SSO_HOST: '"https://testsso.sgjyun.com"',
7 7
   SRCM_HOST: '"https://test1.sgjyun.com"',