Browse Source

fix

pull/347/head
yystopf 1 year ago
parent
commit
d109859149
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/helpers/application_helper.rb

+ 1
- 1
app/helpers/application_helper.rb View File

@@ -479,7 +479,7 @@ module ApplicationHelper

return if url.blank?
content_tag(:li) do
sidebar_item(url, "数据统计", icon: 'bar-chart', controller: 'root')
sidebar_item(url, "数据统计", icon: 'bar-chart', controller: 'root', has_permission: true)
end
end



Loading…
Cancel
Save