'use strict' const merge = require('webpack-merge') const prodEnv = require('./prod.env') module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://172.16.90.3:9098/forest-admin"'//邱波电脑 // BASE_API: '"http://wx.hw.hongweisoft.com/fqb/forest-admin"'//邱波电脑 // BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'//64 // BASE_API: '"http://172.16.90.64:9098/forest-admin"' // BASE_API: '"http://172.16.90.102:9098/forest-admin"'//邱波 // BASE_API: '"http://172.16.90.8:9098/forest-admin"'//东东 // BASE_API: '"http://172.16.90.43:9098/forest-admin"'//东东 // BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'//正式!!!!! BASE_API: '"http://gzqlyxproduct.hongweisoft.com/api/forest-admin"'//64 })