Skip to content

Commit

Permalink
修正注释图标路径
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Sep 10, 2020
1 parent 33793d8 commit aeb02c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MetaVo
private String title;

/**
* 设置该路由的图标,对应路径src/icons/svg
* 设置该路由的图标,对应路径src/assets/icons/svg
*/
private String icon;

Expand Down
2 changes: 1 addition & 1 deletion ruoyi-ui/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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面包屑中显示
}
*/
Expand Down

0 comments on commit aeb02c7

Please sign in to comment.