浏览代码

auto commit

gcz 4 年之前
父节点
当前提交
7f76c6bb7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js

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