export default { title: "数字工程", key: 'uni-app', //配置主键,目前用于存储 clientId: 'uni-app', // 客户端id clientSecret: 'app_secret', // 客户端密钥 tenantMode: true, // 是否开启租户模式 tenantId: "000000", // 管理组租户编号 captchaMode: false, // 是否开启验证码模式 switchMode: false, // 是否开启部门切换模式 lockPage: '/lock', tokenTime: 1700, socket: 'wss://business.hcxxy.com/wss/websocket/', //请求地址s baseURL: 'http://47.110.251.215:8090/', // 正式 //testURL: 'http://192.168.0.166:8090/', // 测试 testURL: 'http://192.168.0.109:8090/', // 测试 //表单地址 formUrl: { base: 'https://user.hcxxy.com/', // 正式 test: 'http://192.168.0.109:5173/' // 测试 }, //H5测试设置 vite: { port: '3001', host: '0.0.0.0' } }