WANG 6 年之前
父節點
當前提交
038be87498
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/portal/views/tips/Tips.vue

+ 2 - 2
src/modules/portal/views/tips/Tips.vue

@@ -72,7 +72,7 @@ const ALL_INSTRUCTIONS = {
       menu2: [
         {
           name: "考试管理——考生信息",
-          // link: "/basic/campus",
+          link: "/examwork/examStudent",
           detail: "新增或导入考生报考的相关课程。"
         }
       ]
@@ -82,7 +82,7 @@ const ALL_INSTRUCTIONS = {
       menu2: [
         {
           name: "学生管理——学生信息",
-          // link: "/basic/campus",
+          link: "/examwork/student",
           detail: "更新学生的登录名、密码、相片。"
         }
       ]