mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
fix typo (#2266)
This commit is contained in:
parent
a45208673a
commit
a89ba204eb
@ -206,7 +206,7 @@ export const usePermissionStore = defineStore({
|
||||
break;
|
||||
|
||||
// If you are sure that you do not need to do background dynamic permissions, please comment the entire judgment below
|
||||
// 如果确定不需要做后台动态权限,请在下方评论整个判断
|
||||
// 如果确定不需要做后台动态权限,请在下方注释整个判断
|
||||
case PermissionModeEnum.BACK:
|
||||
const { createMessage } = useMessage();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user