NEZ-1045 fix: agent 编辑页面增加 protocol 下拉框
This commit is contained in:
@@ -103,6 +103,16 @@ export const agent2 = {
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
protocol: [
|
||||
{
|
||||
label: 'http',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
label: 'https',
|
||||
value: 2
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user