We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec43b8f commit 191f8b8Copy full SHA for 191f8b8
1 file changed
src/router/index.ts
@@ -43,19 +43,19 @@ const router = createRouter({
43
path: '/manage',
44
name: 'manage',
45
component: () => import('@/views/manage/index.vue'),
46
- meta: { role: ['超市管理员'] },
+ meta: { role: ['超市管理员', '超级管理员'] },
47
},
48
{
49
path: '/order',
50
name: 'order',
51
component: () => import('@/views/order/index.vue'),
52
53
54
55
path: '/record',
56
name: 'record',
57
component: () => import('@/views/record/index.vue'),
58
59
60
61
path: '/framework',
0 commit comments