export default { title: "工程云家", platform: 'client', //app的key,用于检测升级 key: 'uni-app', //配置主键,目前用于存储 clientId: 'uni-app', // 客户端id clientSecret: 'app_secret', // 客户端密钥 tenantMode: true, // 是否开启租户模式 tenantId: "000000", // 管理组租户编号 captchaMode: false, // 是否开启验证码模式 switchMode: false, // 是否开启部门切换模式 lockPage: '/lock', tokenTime: 1700, //测试环境 testApi: { //api: 'http://192.168.0.109:8090/', //请求地址 //form: 'http://192.168.0.199:5174/', //表单地址 api: 'http://39.108.216.210:8090/', //请求地址 form: 'https://user.hcxxy.com/', //表单地址 wss: 'wss://business.hcxxy.com/wss/websocket/', //长连接地址 }, //正式环境 baseApi: { api: 'http://39.108.216.210:8090/', //请求地址 form: 'https://user.hcxxy.com/', //表单地址 wss: 'wss://business.hcxxy.com/wss/websocket/', //长连接地址 }, //H5测试设置 vite: { port: '3001', host: '0.0.0.0' } }