fix
13404089107
2025-03-18 b8a288e1d41d2e3943fd9fffece25cbff56b73ff
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 };
}