mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-12 04:16:50 +08:00
init
This commit is contained in:
@@ -313,10 +313,10 @@ import { useRoute, useRouter } from "vue-router";
|
||||
import store from "@/store";
|
||||
|
||||
const {
|
||||
query: { courseId },
|
||||
query: {courseId, projectId},
|
||||
} = useRoute();
|
||||
const router = useRouter();
|
||||
const { data } = useRequest(PROJECT_PROCESS, { projectId: courseId });
|
||||
const {data} = useRequest(PROJECT_PROCESS, {projectId: projectId || courseId});
|
||||
const useInfo = computed(() => store.state.userInfo);
|
||||
|
||||
const activeName = ref("first");
|
||||
|
||||
Reference in New Issue
Block a user