fix
13404089107
2025-03-03 5b60613c742410a9c9ca56aff59db6cdffeafd59
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 };
}