From 1150720266547527daec0edbe59f0b395f0cddc6 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期一, 05 二月 2024 14:52:04 +0800
Subject: [PATCH] Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01
---
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