mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修改文本
This commit is contained in:
@@ -26,7 +26,7 @@ const AppModal = ({
|
||||
data: payload,
|
||||
});
|
||||
if (code === 200) {
|
||||
message.success(app ? '更新应用成功' : '添加应用成功');
|
||||
message.success(app ? '更新应用成功' : '新建应用成功');
|
||||
} else {
|
||||
message.error(data);
|
||||
}
|
||||
|
||||
@@ -319,7 +319,7 @@ const Setting = ({
|
||||
tabActiveKey === 'app'
|
||||
? [
|
||||
<Button key="2" type="primary" onClick={() => addApp()}>
|
||||
添加应用
|
||||
新建应用
|
||||
</Button>,
|
||||
]
|
||||
: []
|
||||
|
||||
Reference in New Issue
Block a user