Commit 1ad9bb72 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin]: 管理后台的操作日志页面和对象存储页面的操作权限设置错误

parent 2b70ceb1
......@@ -380,7 +380,7 @@ export const asyncRouterMap = [
component: () => import('@/views/sys/log'),
name: 'log',
meta: {
perms: ['GET /admin/admin/log'],
perms: ['GET /admin/log/list'],
title: '操作日志',
noCache: true
}
......@@ -400,7 +400,7 @@ export const asyncRouterMap = [
component: () => import('@/views/sys/os'),
name: 'os',
meta: {
perms: ['GET /admin/os/list', 'POST /admin/os/create', 'POST /admin/os/update', 'POST /admin/os/delete'],
perms: ['GET /admin/storage/list', 'POST /admin/storage/create', 'POST /admin/storage/update', 'POST /admin/storage/delete'],
title: '对象存储',
noCache: true
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment