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

fix: 修改中台配置描述

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