mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-20 06:07:58 +00:00
自动化代码提示变更 且符合vue3规则
This commit is contained in:
@@ -324,6 +324,13 @@ export default {
|
||||
if (data.headers?.success === 'false') {
|
||||
return
|
||||
} else {
|
||||
if (this.form.autoMoveFile) {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: '自动化代码创建成功,自动移动成功'
|
||||
})
|
||||
return
|
||||
}
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: '自动化代码创建成功,正在下载'
|
||||
|
||||
Reference in New Issue
Block a user