hejianhao
2025-03-18 649dd0ee5f8ef78307db97e8e13cf41be60d5bc4
1
2
3
4
5
6
7
/**
 * @see https://umijs.org/zh-CN/plugins/plugin-access
 * */
export default function access(initialState) {
  const { permission } = initialState ?? {};
  return { ...permission };
}