Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
aeb02c79
Commit
aeb02c79
authored
Sep 10, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正注释图标路径
parent
33793d8e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MetaVo.java
...stem/src/main/java/com/ruoyi/system/domain/vo/MetaVo.java
+1
-1
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
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
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