修改文本

This commit is contained in:
whyour
2021-12-23 13:39:16 +08:00
parent 4dc9c9aa75
commit a29392bb08
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const AppModal = ({
data: payload,
});
if (code === 200) {
message.success(app ? '更新应用成功' : '添加应用成功');
message.success(app ? '更新应用成功' : '新建应用成功');
} else {
message.error(data);
}
+1 -1
View File
@@ -319,7 +319,7 @@ const Setting = ({
tabActiveKey === 'app'
? [
<Button key="2" type="primary" onClick={() => addApp()}>
</Button>,
]
: []