feat:confagent下载弹出框

This commit is contained in:
wangwenrui
2021-04-08 19:36:14 +08:00
parent 2c6ffb4b6d
commit f259ed2750
3 changed files with 162 additions and 6 deletions

View File

@@ -87,7 +87,21 @@ export const promServer = {
]
}
export const promServer2 = {
theData: [
{
label: 'Global',
value: 1,
text: 'Global'
},
{
label: 'Per-datacenter',
value: 2,
text: 'Per-datacenter'
}
]
}
export const asset = {
pingData: [
{ value: 1, label: 'up' },