mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
fix: 修复网站监控无法设置端口的bug
This commit is contained in:
@@ -177,6 +177,21 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
port: {
|
||||||
|
title: "HTTPS端口",
|
||||||
|
search: {
|
||||||
|
show: false,
|
||||||
|
},
|
||||||
|
type: "number",
|
||||||
|
form: {
|
||||||
|
value: 443,
|
||||||
|
rules: [{ required: true, message: "请输入端口" }],
|
||||||
|
},
|
||||||
|
column: {
|
||||||
|
width: 100,
|
||||||
|
show: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
certDomains: {
|
certDomains: {
|
||||||
title: "证书域名",
|
title: "证书域名",
|
||||||
search: {
|
search: {
|
||||||
|
|||||||
Reference in New Issue
Block a user