jiuyiUniapp/jiuyi2/common/js/config.js

32 lines
691 B
JavaScript

// 配置
const config = {
// 接口域名
// #ifdef H5
host: 'http://localhost:5173',
// #endif
// #ifndef H5
host: 'http://7fee92ac.r22.cpolar.top',
// host: 'http://192.168.1.236:8080',
// #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