From b5c7398dbfddd3057292d86dcb353520da1dfa21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Fri, 10 May 2024 11:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E8=B0=B1=E8=9E=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/course/modules/yjjk/courseGoal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant-design-vue-jeecg/src/views/course/modules/yjjk/courseGoal.vue b/ant-design-vue-jeecg/src/views/course/modules/yjjk/courseGoal.vue index 3da07ed..0310482 100644 --- a/ant-design-vue-jeecg/src/views/course/modules/yjjk/courseGoal.vue +++ b/ant-design-vue-jeecg/src/views/course/modules/yjjk/courseGoal.vue @@ -225,7 +225,7 @@ export default { if (this.setNum<3){ this.setNum++ this.$router.push({ - path:'/src/view/course/chapterManage', + path:'./chapterManage', query:this.tokenid }) }