42 lines
944 B
TypeScript
Raw Normal View History

2024-03-12 15:24:45 +08:00
/*
* @Author: wangzhongjie
* @Date: 2024-03-07 10:54:53
* @LastEditors: wangzhongjie
* @LastEditTime: 2024-03-07 11:15:35
* @Description:
* @Email: shutdown0630@163.com
*/
export const GlobalConfig={
2025-01-12 19:44:59 +08:00
comoonfileWriteAddress:'/mnt/hmdfs/100/account/device_view/local/files/duolun',
2024-05-09 13:42:56 +08:00
picSavePath:'/storage/cloud/100/files/Photo/',
videoSavePath:'/storage/cloud/100/files/Videos/',
2025-01-20 08:50:40 +08:00
host:'http://172.37.55.192:8082',
2024-10-09 09:15:36 +08:00
version:{
//杭州
hz:{
km2:['2022.03.14.01','2022.03.17.1'],
km3:[],
},
//黑龙江
hlg:{
km2:['2024.03.19.01','2024.01.05.1'],
km3:['2023.09.23.01','2023.09.23.01'],
},
//济南
jn:{
km2:[],
km3:['2023.12.13.01','2023.09.30.1']
},
//洛阳
ly:{
km2:['2022.06.29.01','2022.12.18.1'],
km3:['2022.08.13.01','2022.12.05.1'],
2024-12-05 13:51:36 +08:00
},
sz:{
km2:['2024.08.21.01','2024.08.24.1'],
km3:[],
},
2024-10-09 09:15:36 +08:00
}
2024-06-27 20:53:36 +08:00
}