角色授权关闭404修复

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu 2022-11-15 21:08:05 +08:00
parent 8f625fd283
commit 1dfdc22e25

View File

@ -151,7 +151,7 @@ export default {
}, },
// //
handleClose() { handleClose() {
const obj = { path: "/system/role" }; const obj = { path: "/user/role" };
this.$tab.closeOpenPage(obj); this.$tab.closeOpenPage(obj);
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */