From 58f5620229e13c71b413886a0c200acbf5a9c23a Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 25 十一月 2023 20:23:39 +0800 Subject: [PATCH] 提交信息 --- src/views/repositoryai/templateku/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/repositoryai/templateku/index.vue b/src/views/repositoryai/templateku/index.vue index c43d358..5c733eb 100644 --- a/src/views/repositoryai/templateku/index.vue +++ b/src/views/repositoryai/templateku/index.vue @@ -897,12 +897,12 @@ compileUpdate(row) { if (this.topactiveName == "Local") { this.$router.push({ - path: "/repositoryai/templateku/configurat/", + path: "/knowledge/templateku/configurat/", query: { id: "1" }, }); } else { this.$router.push({ - path: "/repositoryai/templateku/particulars/", + path: "/knowledge/templateku/particulars/", query: { id: "1" }, }); } -- Gitblit v1.9.3