index.js
467 Bytes
const currentApp = 'wheelSurf';
export default {
production: {
routerPath: {
wheelSurf: '/html5/2018/10/wheelSurf',
},
domain: 'https://action.yoho.cn',
currentApp
},
development: {
routerPath: {
wheelSurf: '/html5/test/2018/10/wheelSurf',
},
domain: '//yoho-activity-platform.test3.ingress.dev.yohocorp.com',
currentApp
}
}[process.env.NODE_ENV || 'development']