修改默认pip源

This commit is contained in:
whyour
2022-06-08 22:54:44 +08:00
parent 98cc983473
commit 559defc8d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const EditScriptNameModal = ({
})
.then(({ code, data }) => {
if (code === 200) {
message.success('保存文件成功');
message.success('新建文件成功');
const key = values.path ? `${values.path}/` : '';
const filename = file ? file.name : values.filename;
handleCancel({