From c192d0bda1c59a3c68861b373c9d0cd91234f57b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 30 四月 2024 17:02:54 +0800 Subject: [PATCH] 调整包位置 --- src/views/system/check/result/detail/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/result/detail/index1.vue b/src/views/system/check/result/detail/index.vue similarity index 99% rename from src/views/system/result/detail/index1.vue rename to src/views/system/check/result/detail/index.vue index 84e0a50..d9326e2 100644 --- a/src/views/system/result/detail/index1.vue +++ b/src/views/system/check/result/detail/index.vue @@ -221,7 +221,7 @@ }, handleDetail(id) { this.$router.push({ - path: '/examine/detail/detail', + path: '/check/detail/detail', query: { id: id, examineTag: this.activeIndex, -- Gitblit v1.8.0