Browse Source

6.6.01 更改域名

ZhaoChenguang 5 months ago
parent
commit
b9e1007565
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'
   }
 };