Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
1ad9bb72
Commit
1ad9bb72
authored
May 08, 2019
by
Junling Bu
Browse files
fix[litemall-admin]: 管理后台的操作日志页面和对象存储页面的操作权限设置错误
parent
2b70ceb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/router/index.js
View file @
1ad9bb72
...
...
@@ -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/
o
s/list
'
,
'
POST /admin/
o
s/create
'
,
'
POST /admin/
o
s/update
'
,
'
POST /admin/
o
s/delete
'
],
perms
:
[
'
GET /admin/s
torage
/list
'
,
'
POST /admin/s
torage
/create
'
,
'
POST /admin/s
torage
/update
'
,
'
POST /admin/s
torage
/delete
'
],
title
:
'
对象存储
'
,
noCache
:
true
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment