feat: 移动请求文件到子包

This commit is contained in:
2026-07-28 17:26:54 +08:00
parent 6a96e3634e
commit be522a8f02
13 changed files with 14 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ import {
createAigcGeneratorTask,
createAigcGeneratorTaskShare,
getAigcGeneratorTaskDetail,
} from "@/request/api/AigcApi.js";
} from "@/pages-aigc/request/AigcApi.js";
import PointInsufficientDialog from "@/pages-aigc/useTemplate/components/PointInsufficientDialog/index.vue";
import RegenerateConfirmPopup from "./components/RegenerateConfirmPopup/index.vue";
import ResultActions from "./components/ResultActions/index.vue";