Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -2,7 +2,7 @@ import { FormSchema } from '/@/components/Form'; |
2 | 2 | import { isBasic, isPem } from '../../mqtt/enum'; |
3 | 3 | |
4 | 4 | /** |
5 | - * Kafka表单相关默认值配置 | |
5 | + * RestApi表单相关默认值配置 | |
6 | 6 | */ |
7 | 7 | class ApiFormPartialConfig { |
8 | 8 | static restEndpointUrlPattern = 'http://localhost/api'; //端点URL模式 | ... | ... |