44 lines
1.0 KiB
Plaintext
Raw Normal View History

import { GlobalConfigType } from '../model';
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: GlobalConfigType = {
comoonfileWriteAddress: '/mnt/hmdfs/100/account/device_view/local/files/duolun',
picSavePath: '/storage/cloud/100/files/Photo/',
videoSavePath: '/storage/cloud/100/files/Videos/',
host: 'http://172.37.55.192:8082',
modelNo: "3",
version: {
2024-10-09 09:15:36 +08:00
//杭州
hz: {
km2: ['2022.03.14.01', '2022.03.17.1'],
km3: [],
2024-10-09 09:15:36 +08:00
},
//黑龙江
hlg: {
km2: ['2024.03.19.01', '2024.01.05.1'],
km3: ['2023.09.23.01', '2023.09.23.01'],
2024-10-09 09:15:36 +08:00
},
//济南
jn: {
km2: [],
km3: ['2023.12.13.01', '2023.09.30.1']
2024-10-09 09:15:36 +08:00
},
//洛阳
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-12-05 13:51:36 +08:00
},
2024-10-09 09:15:36 +08:00
}
2024-06-27 20:53:36 +08:00
}