Pre Merge pull request !450 from 陈yu/N/A

pull/450/MERGE
陈yu 2023-04-20 02:54:15 +00:00 committed by Gitee
commit 303045331b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -90,9 +90,11 @@
<th:block th:include="include :: layout-latest-js" />
<th:block th:include="include :: ztree-js" />
<script th:inline="javascript">
// 验证是否具有相应权限
var editFlag = [[${@permission.hasPermi('system:user:edit')}]];
var removeFlag = [[${@permission.hasPermi('system:user:remove')}]];
var resetPwdFlag = [[${@permission.hasPermi('system:user:resetPwd')}]];
// 前缀
var prefix = ctx + "system/user";
$(function() {