prod.env.js 276 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: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'
  6. BASE_API: '"http://gzqlyxproduct.hongweisoft.com/api/forest-admin"'
  7. }