From c718f7bcceb0edb523f6d56abb1b5b0eb498bd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Thu, 27 Oct 2022 14:51:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=BB=84=E4=BB=B6=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/main/system/role/edit/index.vue | 2 +- src/page/main/system/role/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page/main/system/role/edit/index.vue b/src/page/main/system/role/edit/index.vue index e879496..7a43686 100644 --- a/src/page/main/system/role/edit/index.vue +++ b/src/page/main/system/role/edit/index.vue @@ -4,5 +4,5 @@ \ No newline at end of file diff --git a/src/page/main/system/role/index.vue b/src/page/main/system/role/index.vue index f1e1eda..2b510b8 100644 --- a/src/page/main/system/role/index.vue +++ b/src/page/main/system/role/index.vue @@ -208,7 +208,7 @@ const register = () => { const edit_row = (row) => { console.log(row,"编辑角色") router.push({ - path: "/system/role/add", + path: "/system/role/edit", query: { id: row.id } -- 2.26.0