Browse Source

贷款-接口域名

panyong 4 years ago
parent
commit
acb0323ce9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      htmldev/loan/config/prod.env.js
  2. 1 1
      htmldev/loan/config/uat.env.js

+ 1 - 1
htmldev/loan/config/prod.env.js

@@ -1,5 +1,5 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  API_DOMAIN: '"http://daikuanapi.codedreamit.com"'
+  API_DOMAIN: '"http://api.tuotuoyinfu.com"'
 }

+ 1 - 1
htmldev/loan/config/uat.env.js

@@ -1,5 +1,5 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  API_DOMAIN: '"http://daikuanapi.codedreamit.com"'
+  API_DOMAIN: '"http://api.tuotuoyinfu.com"'
 }