let config = {} // config.baseURL = 'http://192.168.1.168:2888' // config.baseURL = 'http://192.168.1.108:2888' config.baseURL='https://vote.guosen-fumao.cn/api' //是否需要获取手机号 config.isAuthPhone=true config.transformDomains = 'https://m.changyoyo.com' //普通二维码跳作品详情链接 config.PRODUCT_PATH='https://ldt.guosen-fumao.cn/wapp/product', config.themeRed = { skin: '--bgColor:#e72226;--color:#fff;--shopBg:#f24050;--shopRule:#FF797F', theme: { bgColor: '#e72226', color: '#fff', name: 'red', shopBg: '#f24050' } } config.themeBlue = { skin: '--bgColor:#6b4ff2;--color:#fff;--shopBg:#6b4ff2;--shopRule:#9984fb', theme: { bgColor: '#6b4ff2', color: '#fff', name: 'blue', shopBg: '#6b4ff2', } } export default config