2 Commits 79b55d2a36 ... 4a17ba7684

Author SHA1 Message Date
  ZhaoChenguang 4a17ba7684 Merge branch 'feature/jiucuo-set' into testing 5 months ago
  ZhaoChenguang b9e1007565 6.6.01 更改域名 5 months ago
1 changed files with 4 additions and 4 deletions
  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'
   }
 };