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
RuoYi Vue
Commits
aeb02c79
Commit
aeb02c79
authored
Sep 10, 2020
by
RuoYi
Browse files
修正注释图标路径
parent
33793d8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/MetaVo.java
View file @
aeb02c79
...
...
@@ -13,7 +13,7 @@ public class MetaVo
private
String
title
;
/**
* 设置该路由的图标,对应路径src/icons/svg
* 设置该路由的图标,对应路径src/
assets/
icons/svg
*/
private
String
icon
;
...
...
ruoyi-ui/src/router/index.js
View file @
aeb02c79
...
...
@@ -19,7 +19,7 @@ import Layout from '@/layout'
* meta : {
roles: ['admin','editor'] // 设置该路由进入的权限,支持多个权限叠加
title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字
icon: 'svg-name' // 设置该路由的图标,对应路径src/icons/svg
icon: 'svg-name' // 设置该路由的图标,对应路径src/
assets/
icons/svg
breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示
}
*/
...
...
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