Explorar el Código

配置生产api地址

jwyu hace 3 años
padre
commit
577b48a625
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js

@@ -7,5 +7,5 @@ module.exports = {
 
   ROUTER_BASE:"'/'",
   
-  FICC_API_ROOT:"'http://8.136.199.33:8612'",//弘则研报地址生产环境
+  FICC_API_ROOT:"'https://yanbao.hzinsights.com'",//弘则研报地址生产环境
 };