gcz 4 anni fa
parent
commit
7f76c6bb7b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"'
 
 }