修改文本

This commit is contained in:
whyour
2021-12-23 13:39:16 +08:00
parent ed5999526b
commit 7d2dbaa62d
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);
}