LiuJ 2 周之前
父节点
当前提交
dff2ba6e61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -452,7 +452,7 @@ export default {
           this.$router.push(`/jobOpportunities`);
         }
         else if (type == 3.3) {   // 招聘 待审核
-          this.$router.push(`/jobRecruitingListApply`);
+          this.$router.push(`/checkjobRecruitingList`);
         }
         else if (type == 3.4) {   // 人才库
           this.$router.push(`/jobHuntingApplyList`);