NEZ-1045 fix: agent 编辑页面增加 protocol 下拉框

This commit is contained in:
@changcode
2021-10-08 13:41:53 +08:00
parent ac76890f2a
commit 4f53c91128
7 changed files with 33 additions and 7 deletions

View File

@@ -103,6 +103,16 @@ export const agent2 = {
}
]
}
],
protocol: [
{
label: 'http',
value: 1
},
{
label: 'https',
value: 2
}
]
}