Skip to content

Commit d2df8c0

Browse files
committed
feat: 添加超级管理员权限页面
1 parent 44ce59d commit d2df8c0

File tree

1 file changed

+13
-0
lines changed
  • src/pages/(base)/function/super-page

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const SuperPage = () => {
2+
return <LookForward />;
3+
};
4+
5+
export const handle = {
6+
i18nKey: 'route.function_super-page',
7+
icon: 'ic:round-supervisor-account',
8+
order: 5,
9+
roles: ['R_SUPER'],
10+
title: 'function_super-page'
11+
};
12+
13+
export default SuperPage;

0 commit comments

Comments
 (0)