feat:更换项目详情接口

This commit is contained in:
lixg
2023-02-14 20:58:46 +08:00
parent 47778cb8e0
commit 411dc2fe9b
2 changed files with 3 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ const {
} = useRoute();
const router = useRouter();
const { data } = useRequest(PROJECT_DETAIL, {
const { data } = useRequest(PROJECT_PROCESS, {
projectId: projectId || courseId,
});