website.js 218 B

12345678910
  1. /**
  2. * 全局配置文件
  3. */
  4. export default {
  5. title: '梧桐树云平台',
  6. tenant: '000000',
  7. clientId: 'project_web', // 客户端id
  8. clientSecret: 'project_web_key', // 客户端密钥
  9. statusWhiteList: []
  10. }