zhengchengwu hace 6 años
padre
commit
7aa907e5af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/prod.env.js

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

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