feature: 用户角色授权
This commit is contained in:
@@ -204,8 +204,7 @@
|
||||
},
|
||||
});
|
||||
} else if (obj.event === "role-tool-detail") {
|
||||
console.log("角色授权");
|
||||
// role-tool-detail
|
||||
// 角色授权 role-tool-detail
|
||||
layer.open({
|
||||
type: 2,
|
||||
title: "授权",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user