Commit 29ab91c6 authored by 邓超's avatar 邓超

fix: 修改中台配置描述

parent d5d38889
Pipeline #66668 passed with stages
......@@ -41,7 +41,7 @@ const ETCConfig = () => {
alt=""
/>
<div className={styles.title}>ETL平</div>
<div className={styles.title}>数据中</div>
</div>
<Divider />
<Form
......@@ -62,7 +62,7 @@ const ETCConfig = () => {
rules={[
{
required: true,
message: '请填写ETL地址',
message: '请填写服务地址',
},
]}
>
......
......@@ -31,7 +31,7 @@ const HostManager = () => {
<TabPane tab="网关配置" key="5">
<GateConfig />
</TabPane>
<TabPane tab="ETL配置" key="6">
<TabPane tab="中台配置" key="6">
<ETLConfig />
</TabPane>
</Tabs>
......
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