修改文本

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
@@ -485,7 +485,7 @@ const Env = ({ headerStyle, isPhone, theme }: any) => {
onSearch={onSearch}
/>,
<Button key="2" type="primary" onClick={() => addEnv()}>
</Button>,
]}
header={{
+1 -1
View File
@@ -40,7 +40,7 @@ const EnvModal = ({
data: payload,
});
if (code === 200) {
message.success(env ? '更新变量成功' : '添加变量成功');
message.success(env ? '更新变量成功' : '新建变量成功');
} else {
message.error(data);
}