feature: 权限列表-2

This commit is contained in:
zhengxinonly
2023-10-10 22:55:15 +08:00
parent f95ae54fd5
commit 607cbc94ba
5 changed files with 254 additions and 29 deletions
+12
View File
@@ -6,3 +6,15 @@
<!-- 依 赖 脚 本 -->
<script src="/static/component/layui/layui.js"></script>
<script src="/static/component/pear/pear.js"></script>
<script>
function getCookie(name) {
let matches = document.cookie.match(
new RegExp(
"(?:^|; )" +
name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, "\\$1") +
"=([^;]*)",
),
);
return matches ? decodeURIComponent(matches[1]) : undefined;
}
</script>