From 5511e3babfdba56d2eec1d5eda7eddfa892becf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Sun, 28 Apr 2024 10:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E8=8F=9C=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E6=9D=83=E9=99=90=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index edd8a44..1e5ba28 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -509,7 +509,7 @@ export default { /** 分配用户操作 */ handleAuthUser: function (row) { const roleId = row.roleId - this.$router.push({ path: '/system/roleusers', query: { roleId } }) + this.$router.push({ path: '/DeveloperCenter/people/roleusers', query: { roleId } }) }, /** 提交按钮 */ submitForm: function () {