Skip to content

Commit

Permalink
🎨 修改菜单权限中i18n取值问题
Browse files Browse the repository at this point in the history
  • Loading branch information
songtj authored and Hccake committed Jun 27, 2024
1 parent 05ebb18 commit 4b193c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/system/menu/SysMenuPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ import { doRequest } from '@/utils/axios/request'
import { DictText } from '@/components/Dict'
import { NewButton, DeleteTextButton } from '@/components/Button'
import OperationGroup from '@/components/Operation/OperationGroup.vue'
import { enableI18n } from '@/config'
defineOptions({ name: 'SysMenuPage' })
const enableI18n = false
const { hasPermission } = useAuthorize()
// 表格组件引用
Expand Down

0 comments on commit 4b193c7

Please sign in to comment.