let config = {} //是否需要获取手机号 config.isAuthPhone=true 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