Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
aeb02c79
Commit
aeb02c79
authored
Sep 10, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正注释图标路径
parent
33793d8e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/MetaVo.java
...stem/src/main/java/com/ruoyi/system/domain/vo/MetaVo.java
+1
-1
ruoyi-ui/src/router/index.js
ruoyi-ui/src/router/index.js
+1
-1
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/MetaVo.java
View file @
aeb02c79
...
@@ -13,7 +13,7 @@ public class MetaVo
...
@@ -13,7 +13,7 @@ public class MetaVo
private
String
title
;
private
String
title
;
/**
/**
* 设置该路由的图标,对应路径src/icons/svg
* 设置该路由的图标,对应路径src/
assets/
icons/svg
*/
*/
private
String
icon
;
private
String
icon
;
...
...
ruoyi-ui/src/router/index.js
View file @
aeb02c79
...
@@ -19,7 +19,7 @@ import Layout from '@/layout'
...
@@ -19,7 +19,7 @@ import Layout from '@/layout'
* meta : {
* meta : {
roles: ['admin','editor'] // 设置该路由进入的权限,支持多个权限叠加
roles: ['admin','editor'] // 设置该路由进入的权限,支持多个权限叠加
title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字
title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字
icon: 'svg-name' // 设置该路由的图标,对应路径src/icons/svg
icon: 'svg-name' // 设置该路由的图标,对应路径src/
assets/
icons/svg
breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示
breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示
}
}
*/
*/
...
...
Write
Preview
Markdown
is supported
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