Explorar el Código

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx hace 4 años
padre
commit
d24a0c44e4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/prod.env.js

+ 2 - 2
config/prod.env.js Ver fichero

1
 "use strict";
1
 "use strict";
2
 module.exports = {
2
 module.exports = {
3
   NODE_ENV: '"production"',
3
   NODE_ENV: '"production"',
4
-  BASE_API: '"https://api.xt.kuyicloud.com"'
4
+  //BASE_API: '"https://api.xt.kuyicloud.com"'
5
 
5
 
6
-  // BASE_API: '"http://api.xt.test.sgjyun.com"'
6
+   BASE_API: '"http://api.xt.test.sgjyun.com"'
7
   // http://api.xt.test.sgjyun.com
7
   // http://api.xt.test.sgjyun.com
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
9
 };
9
 };