feat: 修复自动化代码插件form引用模板错误的问题
This commit is contained in:
@@ -259,7 +259,7 @@ import {
|
||||
create{{.StructName}},
|
||||
update{{.StructName}},
|
||||
find{{.StructName}}
|
||||
} from '@/api/{{.Package}}/{{.PackageName}}'
|
||||
} from '@/plugin/{{.Package}}/api/{{.PackageName}}'
|
||||
|
||||
defineOptions({
|
||||
name: '{{.StructName}}Form'
|
||||
|
Reference in New Issue
Block a user