index.js 1.1 KB

12345678910111213141516171819202122232425
  1. //主要配置
  2. export default {
  3. title: '泓创智诚',
  4. desc: '泓创智诚数字工程档案平台',
  5. indexTitle: '泓创智诚',
  6. key: 'client', // 配置主键,目前用于存储
  7. clientId: 'client', // 客户端id
  8. clientSecret: 'client_secret', // 客户端密钥
  9. tenantMode: true, // 是否开启租户模式
  10. tenantId: "000000", // 管理组租户编号
  11. captchaMode: false, // 是否开启验证码模式
  12. switchMode: false, // 是否开启部门切换模式
  13. tokenTime: 3000,
  14. tokenHeader: 'Blade-Auth',
  15. tokenKey: 'client-access-token',
  16. refreshTokenKey: 'client-refresh-token',
  17. statusWhiteList: [], //http的status默认放行列表
  18. ossUrl: 'https://bladex-test-info.oss-cn-chengdu.aliyuncs.com', //oss地址
  19. smsPhone: '', //测试接受短信验证码的手机号
  20. dev_version: '202209291855', //开发版本号
  21. prod_host: 'http://47.110.251.215:8090', //线上
  22. //dev_host: 'http://192.168.4.6', //黄键楠
  23. dev_host: 'http://192.168.0.118', //祝炜
  24. //dev_host: 'http://192.168.0.155', //刘依程
  25. }