prod.env.js 266 B

12345678
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
  5. BASE_API: '"https://wx.hw.hongweisoft.com/forestapi/forest-admin"'
  6. // BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
  7. }