CN-906 feat: 知识库列表、新增功能(细节体验待完善)
This commit is contained in:
@@ -277,6 +277,21 @@ export const cycle = {
|
||||
pre: 1
|
||||
}
|
||||
|
||||
export const knowledgeBaseType = [
|
||||
{
|
||||
name: 'IP',
|
||||
value: 'ip'
|
||||
},
|
||||
{
|
||||
name: 'Domain',
|
||||
value: 'domain'
|
||||
},
|
||||
{
|
||||
name: 'APP',
|
||||
value: 'app'
|
||||
}
|
||||
]
|
||||
|
||||
export const curTabState = {
|
||||
curTab: 'curTab',
|
||||
tableMetric: 'tableMetric',
|
||||
|
||||
Reference in New Issue
Block a user