Commit e22185d7 authored by antoor's avatar antoor

Setting the timeout option is read-only

设置超时时间选项为只读
parent 213e02fe
......@@ -286,7 +286,7 @@ class Form {
}, {
type: "label", label: '请求超时'
}, {
type: "combo", label: '/ms', inputWidth: 100, name: "request-timeout", options: [
type: "combo", label: '/ms', inputWidth: 100, name: "request-timeout", readonly: true, options: [
{
text: "5000", value: "5000", selected: opt['request-timeout'] === '5000'
}, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment