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 () {