소스 검색

附属页面的刷新问题

Michael Wang 4 년 전
부모
커밋
7f7cc24e89
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/router/index.js

+ 4 - 1
src/router/index.js

@@ -105,6 +105,9 @@ const routes = [
           import(
             /* webpackChunkName: "exam" */ "../features/examwork/ActivityManagement/ActivityManagement.vue"
           ),
+        meta: {
+          relate: "ExamManagement",
+        },
       },
       {
         path: ":examId/activity/new",
@@ -114,7 +117,7 @@ const routes = [
             /* webpackChunkName: "exam" */ "../features/examwork/ActivityManagement/ActivityEdit.vue"
           ),
         meta: {
-          relate: "ActivityManagement",
+          relate: "ExamManagement",
         },
       },
       {