"src/main/vscode:/vscode.git/clone" did not exist on "d5ec6b835099c8f971ab1edbf99c6b5dcec08c3e"
Commit 1ad9bb72 authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 2b70ceb1
...@@ -380,7 +380,7 @@ export const asyncRouterMap = [ ...@@ -380,7 +380,7 @@ export const asyncRouterMap = [
component: () => import('@/views/sys/log'), component: () => import('@/views/sys/log'),
name: 'log', name: 'log',
meta: { meta: {
perms: ['GET /admin/admin/log'], perms: ['GET /admin/log/list'],
title: '操作日志', title: '操作日志',
noCache: true noCache: true
} }
...@@ -400,7 +400,7 @@ export const asyncRouterMap = [ ...@@ -400,7 +400,7 @@ export const asyncRouterMap = [
component: () => import('@/views/sys/os'), component: () => import('@/views/sys/os'),
name: 'os', name: 'os',
meta: { 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: '对象存储', title: '对象存储',
noCache: true 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