|
|
module.exports = {
|
|
|
routerPath : '/html5/2018/09/guochao',
|
|
|
domain:'//action.yoho.cn'
|
|
|
} |
|
|
\ No newline at end of file |
|
|
production: {
|
|
|
routerPath: '/html5/2018/09/guochao',
|
|
|
domain: '//action.yoho.cn'
|
|
|
},
|
|
|
development: {
|
|
|
routerPath: '/html5/2018/09/guochao',
|
|
|
domain: '//yoho-activity-platform.test3.ingress.dev.yohocorp.com'
|
|
|
}
|
|
|
}[process.env.NODE_ENV || 'development'] |
|
|
\ No newline at end of file |
...
|
...
|
|