Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

lsc 3 years ago
parent
commit
365fda8a8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/course.vue

+ 1 - 1
src/components/pages/course.vue

@@ -80,7 +80,7 @@
               <div
                 @click="
 									goTo(
-										'/worksDetail?cid=' +
+										'/works?cid=' +
 											item.courseId +
 											'&userid=' +
 											userid +