Skip to content

Commit

Permalink
修正一处权限判断问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Dec 29, 2024
1 parent 02a0d50 commit 3552beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/config/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{extend name="main"}

{block name="button"}
<!--{if isset($super) and $super}-->
<!--{if isset($issuper) and $issuper}-->
<a class="layui-btn layui-btn-sm layui-btn-primary" data-load="{:url('admin/api.system/config')}">{:lang('清理无效配置')}</a>
<!--{/if}-->

Expand Down

0 comments on commit 3552beb

Please sign in to comment.