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

@@ -22,7 +22,7 @@
import { ref } from "vue";
import { onLoad } from "@dcloudio/uni-app";
import TopNavBar from "@/components/TopNavBar/index.vue";
import { getUserAgreement } from "@/request/api/AigcApi.js";
import { getUserAgreement } from "@/pages-aigc/request/AigcApi.js";
const agreement = ref("");
const loading = ref(false);