角色菜单,权限页面跳转调整

This commit is contained in:
2024-04-28 10:41:49 +08:00
parent f731c79194
commit 5511e3babf

View File

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