/** * 全局配置文件 */ export default { title: '梧桐树云平台', tenant: '000000', clientId: 'project_web', // 客户端id clientSecret: 'project_web_key', // 客户端密钥 statusWhiteList: [] }