// 配置 const config = { // 接口域名 // #ifdef H5 host: 'http://localhost:5173', // #endif // #ifndef H5 host: 'https://539c1514.r24.cpolar.top', // host: 'http://gfjds5.natappfree.cc', // #endif // 上传文件二级路径 uploadFilePath: "/homecommon/file/preview?fileName=", // 上传视频二级路径 uploadVideoPath: '/homecommon/file/play?fileName=', // 图片大小 单位m img_size: 5, // 视频限制大小 单位m video_size: 300, // h5路径 h5: '', // 腾讯im聊天 TChat: { // appid SDKAppID: '1600067241', // 验签 secretKey: '955ac1c071050fe1ed0be74470409495cfb4faa5faf7c88ea58b585890433708', // userSig: '', }, } export default config