config.js 960 Bytes
module.exports = {
    dev: {
        baseUrl: 'http://eshop.yoho.cn',
        // baseUrl: 'http://123.206.1.104:28078',
        // baseUrl: 'http://192.168.102.205:8080/gateway',
        HTTPTimeout: 30000,	//毫秒

    },
    prd: {
        baseUrl: 'http://eshop.yoho.cn',
        HTTPTimeout: 30000,	//毫秒

    },
    storeKey: {
        USER_INFO_KEY: 'USER_INFO_KEY',
        GUIDE_STATE_KEY: 'GUIDE_STATE_KEY',
    },
    sceneKey: {
        user: 'User',
        root: 'root',
    },
    statsKey: {
        saleStats: 'saleStats',
        refoundStats: 'refoundStats',
        stockStats: 'stockStats',
        deliveryStats: 'deliveryStats',
        requestStats: 'requestStats',
        transferShipment: 'transferShipment',
        outOfStock: 'outOfStock',
        deliverGoods: 'deliverGoods',
    },
    dateFilterKey: {
        date: 1,//天
        week: 2,
        month: 3,
    },
    flower: {
        rose: 'yoho9646yoho9646',
    }
}