Explorar el Código

妥妥生产环境域名

panyong hace 3 años
padre
commit
58b5b238a3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      htmldev/loan/config/uat.env.js

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

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