浏览代码

测试到update分支

zhengchengwu 5 年前
父节点
当前提交
b8e9417628
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js 查看文件

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