This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/public/config.js

26 lines
647 B
JavaScript
Raw Normal View History

2023-06-01 11:05:30 +08:00
const BASE_CONFIG = {
baseUrl: 'http://192.168.44.54:8090/',
2023-10-09 17:01:28 +08:00
version: '23.10',
2023-06-01 11:05:30 +08:00
apiVersion: 'v1'
}
// 默认时间过滤条件,单位分钟. 0表示请求接口时不传时间参数
const DEFAULT_TIME_FILTER_RANGE = {
dashboard: 60,
entity: {
list: 60,
trafficLine: 60,
subscriberKpi: 60,
subscriberTopApp: 60,
2023-11-30 17:02:44 +08:00
subscriberMap: 60,
informationAggregation: 0,
relatedEntity: 60 * 24 * 7,
openPort: 60 * 24 * 7,
deviceInformation: 60 * 24 * 7,
accountInformation: 60 * 24 * 7,
securityEvent: 60 * 24 * 7,
performanceEvent: 60 * 24 * 7,
behaviorPattern: 60 * 24 * 7
},
detection: 60
}