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
+1 -2
View File
@@ -204,8 +204,7 @@
},
});
} else if (obj.event === "role-tool-detail") {
console.log("角色授权");
// role-tool-detail
// 角色授权 role-tool-detail
layer.open({
type: 2,
title: "授权",
+2 -2
View File
@@ -1,8 +1,8 @@
<!doctype html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>Title</title>
<title>角色管理</title>
{% include 'includes/script.html' %}
</head>
<body>