index.js 1.1 KB

123456789101112131415161718192021222324252627282930
  1. export default {
  2. title: "芯片扫描",
  3. platform: 'client', //app的key,用于检测升级
  4. key: 'uni-app', //配置主键,目前用于存储
  5. clientId: 'uni-app', // 客户端id
  6. clientSecret: 'app_secret', // 客户端密钥
  7. tenantMode: true, // 是否开启租户模式
  8. tenantId: "000000", // 管理组租户编号
  9. captchaMode: false, // 是否开启验证码模式
  10. switchMode: false, // 是否开启部门切换模式
  11. lockPage: '/lock',
  12. tokenTime: 1700,
  13. //测试环境
  14. testApi: 'http://39.108.216.210:8090',
  15. //正式环境
  16. baseApi: 'http://39.108.216.210:8090',
  17. //H5测试设置
  18. vite: {
  19. port: '3001',
  20. host: '0.0.0.0'
  21. }
  22. }
  23. // title: "芯片扫描",
  24. // key: 'hid_app', //配置主键,目前用于存储
  25. // clientId: 'hid_app', // 客户端id
  26. // clientSecret: 'hid_app_secret', // 客户端密钥
  27. // platform: 'hid_app', //app的key,用于检测升级