浏览代码

Merge branch 'feature/jiucuo-set' into testing

ZhaoChenguang 5 月之前
父节点
当前提交
4a17ba7684
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      product-set/project.config.js

+ 4 - 4
product-set/project.config.js

@@ -1,14 +1,14 @@
 module.exports = {
   production: {
-    xiaoben: 'http://xbas2.schcur.com'
+    xiaoben: 'http://xbas3.schcur.com'
   },
   dev: {
-    xiaoben: 'http://xbas2.dev.xiaoben.com'
+    xiaoben: 'http://xbas3.dev.xiaoben.com'
   },
   testing: {
-    xiaoben: 'http://xbas2.testing.xiaoben.com'
+    xiaoben: 'http://xbas3.testing.xiaoben.com'
   },
   development: {
-    xiaoben: 'http://xbas2.testing.xiaoben.com'
+    xiaoben: 'http://xbas3.testing.xiaoben.com'
   }
 };