feat:解除部分应用端口输入限制
This commit is contained in:
parent
8e88fdaba0
commit
161a06065a
|
|
@ -1,10 +1,10 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 10086
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 10086
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ additionalProperties:
|
|||
required: true
|
||||
type: text
|
||||
- default: 6000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ additionalProperties:
|
|||
required: true
|
||||
type: text
|
||||
- default: 6000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ additionalProperties:
|
|||
required: true
|
||||
type: text
|
||||
- default: 7000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ additionalProperties:
|
|||
required: true
|
||||
type: text
|
||||
- default: 7000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 16601
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 16601
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7333
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7333
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
|
|
|||
Loading…
Reference in New Issue