xiaoming_global 5 jaren geleden
bovenliggende
commit
ba155b6c26
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      config/prod.env.js

+ 4 - 4
config/prod.env.js Bestand weergeven

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