king
2023-06-24 fc5c58dba3e3524e3bfb75ee91e8ac892e96c598
2023-06-24
1个文件已修改
8 ■■■■ 已修改文件
src/components/keyInterface/index.jsx 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/keyInterface/index.jsx
@@ -205,8 +205,8 @@
                      message: '请输入接口地址!'
                    },
                    {
                      pattern: /^[0-9a-zA-Z:_./]+$/,
                      message: '只可使用英文、数字以及:_./'
                      pattern: /^[0-9a-zA-Z:_\-./]+$/,
                      message: '只可使用英文、数字以及:_-./'
                    }
                  ]
                })(<TextArea placeholder="http://******/webapi/dostars" rows={2}/>)}
@@ -216,8 +216,8 @@
                  initialValue: setting.ssoInterface || '',
                  rules: [
                    {
                      pattern: /^[0-9a-zA-Z:_./]+$/,
                      message: '只可使用英文、数字以及:_./'
                      pattern: /^[0-9a-zA-Z:_\-./]+$/,
                      message: '只可使用英文、数字以及:_-./'
                    }
                  ]
                })(<TextArea placeholder="http://sso.mk9h.cn/cloud/webapi/dostars" rows={2}/>)}