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"'
 
 }