董国庆
2025-03-18 82ed35c69394561eb24d37cee7edde1ab5ee8980
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 };
}