44 lines
1.0 KiB
Plaintext

import { GlobalConfigType } from '../model';
/*
* @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: {
//杭州
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'],
},
sz: {
km2: ['2024.08.21.01', '2024.08.24.1'],
km3: [],
},
}
}