From 57a88863c005b58c0b109c93bc355902d33bd83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?= <14103883+leaf-phos@user.noreply.gitee.com> Date: Tue, 17 Dec 2024 16:23:40 +0800 Subject: [PATCH] =?UTF-8?q?debug:=E5=95=86=E6=88=B7=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E8=AF=A6=E6=83=85404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ss/mchApply/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ss/mchApply/index.vue b/src/views/ss/mchApply/index.vue index 8c3f536..1c3bdb6 100644 --- a/src/views/ss/mchApply/index.vue +++ b/src/views/ss/mchApply/index.vue @@ -298,7 +298,7 @@ export default { }, handleView(row) { this.$router.push({ - path: '/mch/mchApply/detail', + path: '/complaint/mchApply/detail', query: { applyId: row.applyId, }