diff --git a/src/views/system/question/index.vue b/src/views/system/question/index.vue index 721af31..a655a52 100644 --- a/src/views/system/question/index.vue +++ b/src/views/system/question/index.vue @@ -286,7 +286,7 @@ export default { handleAdd() { this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => { this.$router.push({ - path: "/question/addQuestionnaire", + path: "/knowledge/addQuestionnaire", }); }) }, @@ -294,7 +294,7 @@ export default { handleUpdate(row) { this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => { this.$router.push({ - path: "/question/addQuestionnaire", + path: "/knowledge/addQuestionnaire", query: { id: row.id, },