feature:前端自动化增加分包

This commit is contained in:
pixelmaxQM
2024-04-07 21:20:27 +08:00
parent 736534379a
commit d1e055430d
4 changed files with 20 additions and 6 deletions

View File

@@ -327,7 +327,7 @@ import {
update{{.StructName}},
find{{.StructName}},
get{{.StructName}}List
} from '@/api/{{.PackageName}}'
} from '@/api/{{.Package}}/{{.PackageName}}'
{{- if or .HasPic .HasFile}}
import { getUrl } from '@/utils/image'