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