13404089107
2025-05-22 cb1704e5758e09eeebc2a0e3747e8271dc4fae6e
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 };
}