feature: 用户角色授权

This commit is contained in:
zhengxinonly
2023-10-31 21:45:10 +08:00
parent fcf2ad232e
commit 7c07b6c94d
6 changed files with 151 additions and 6 deletions
+8 -1
View File
@@ -220,7 +220,14 @@
},
});
} else if (obj.event === "user-tool-detail") {
console.log("角色授权");
// 用户授权
layer.open({
type: 2,
title: "授权",
shade: 0.1,
area: ["500px", "500px"],
content: "/views/user_role/" + obj.data["id"],
});
}
});