瀏覽代碼

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