소스 검색

auto commit

gcz 4 년 전
부모
커밋
89e9fd4fee
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      config/prod.env.js

+ 2 - 1
config/prod.env.js

@@ -2,6 +2,7 @@
 module.exports = {
   NODE_ENV: '"production"',
   // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
-  BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
+  BASE_API: '"http://wx.hw.hongweisoft.com/forestapi//forest-admin"'
+  // BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
 
 }