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