index.js 316 Bytes
module.exports = {
    production: {
        routerPath: '/html5/2018/09/guochao',
        domain: 'https://action.yoho.cn'
    },
    development: {
        routerPath: '/html5/2018/09/guochao',
        domain: '//yoho-activity-platform.test3.ingress.dev.yohocorp.com'
    }
}[process.env.NODE_ENV || 'development']