jiuyiUniapp/jiuyi2/common/js/config.js

30 lines
684 B
JavaScript
Raw Normal View History

2024-12-18 15:46:27 +08:00
// 配置
const config = {
// 接口域名
2024-12-27 15:03:48 +08:00
// host: 'http://1.94.221.165:8101',
2024-12-31 14:46:56 +08:00
// host: 'http://192.168.1.241',
// host: '/duriantreeinfo',
host: '/user',
// host: 'http://192.168.1.236:8080',
2024-12-18 15:46:27 +08:00
// 上传文件二级路径
uploadFilePath: "/homecommon/file/preview?fileName=",
// 上传视频二级路径
uploadVideoPath: '/homecommon/file/play?fileName=',
// 图片大小 单位m
img_size: 5,
// 视频限制大小 单位m
video_size: 300,
// h5路径
h5: '',
// 腾讯im聊天
TChat: {
// appid
SDKAppID: '1600057470',
// 验签
secretKey: '7d016821bf27a846739e209534abe4c4bba131559b3318e19f8ccf9294e08b29',
//
userSig: '',
},
}
export default config