CN-906 feat: 知识库列表、新增功能(细节体验待完善)

This commit is contained in:
chenjinsong
2023-03-02 20:37:21 +08:00
parent fdb4ec5cf5
commit a9e5915113
9 changed files with 735 additions and 52 deletions

View File

@@ -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',