mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-11 11:56:48 +08:00
feat:修改传参
This commit is contained in:
@@ -72,17 +72,17 @@ const {
|
||||
status,
|
||||
chapterOrStageId,
|
||||
infoId,
|
||||
studentId,
|
||||
},
|
||||
} = useRoute();
|
||||
const router = useRouter();
|
||||
console.log("外链信息", linkId);
|
||||
const { data } = useRequest(LINK_DETAILS(linkId));
|
||||
console.log("外链信息", data);
|
||||
const userInfo = computed(() => store.state.userInfo);
|
||||
const goOuterChain = () => {
|
||||
status != 1 &&
|
||||
request(STUDY_RECORD, {
|
||||
studentId: studentId,
|
||||
studentId: userInfo.value.id,
|
||||
targetId: infoId,
|
||||
logo: type,
|
||||
stageOrChapterId: chapterOrStageId,
|
||||
|
||||
Reference in New Issue
Block a user