From 9eec698c77d62cb9f245169e35cd7e72b4320ee8 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 29 五月 2024 11:07:18 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/configurat/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue index 4794e5e..d17d4c3 100644 --- a/src/views/repositoryai/templateku/configurat/index.vue +++ b/src/views/repositoryai/templateku/configurat/index.vue @@ -983,10 +983,10 @@ this.id = this.$route.query.id; this.task = this.$route.query.task; - console.log(this.task, "task"); - if (this.task) { - this.id = this.$route.query.id; - } + // console.log(this.task, "task"); + // if (this.task) { + // this.id = this.$route.query.id; + // } }, // 鑾峰彇琛ㄥ崟鏁版嵁 getvFollowup() { -- Gitblit v1.9.3