自动化代码提示变更 且符合vue3规则

This commit is contained in:
piexlmax
2021-08-26 15:18:31 +08:00
parent 59ffff1a6a
commit a70b2b67ac
6 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ func (autoCodeService *AutoCodeService) CreateTemp(autoCode system.AutoCodeStruc
return err
}
if autoCode.AutoMoveFile {
return errors.New("创建代码成功并移动文件成功")
return system.AutoMoveErr
}
return nil