1234567891011121314 |
- var merge = require('webpack-merge')
- var prodEnv = require('./prod.env')
- module.exports = merge(prodEnv, {
- NODE_ENV: '"development"',
- // AIP_BASE: '"http://localhost:8086/DPshow_depart/"',
- // AIP_BASE: '"http://192.168.124.108:8082/DPshow_depart_war_exploded/"',
- //AIP_BASE: '"https://duptest.bgyfw.com:8002/DPshow_depart"',
- // AIP_BASE: '"http://10.187.0.72:8072/DPshow_depart"',
- AIP_BASE: '"http://localhost:7878/DPshow_depart_war_exploded/"',
- LUOSIMAO_API: '"6c29b1e55ab2befad0b746db886d10c7"',
- LUOSIMAO_DEV_RESPONSE_CODE: '"0697056754B0C13C745662D33E1AC555"',
- H5_INDEX: '"https://duptest.bgyfw.com:8002/DPshow_depart/api/wxLogin/userAuth?url=https://duptest.bgyfw.com/m/pages/singlePage/index.html"'
- })
|