Commit 89ea2adf9161621147211fdae652d9c9c4cce86f

Authored by fengwotao
1 parent 47d023ed

refactor: 重构数据流转

... ... @@ -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模式
... ...