mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: update
This commit is contained in:
@@ -6,7 +6,7 @@ const componentsRouter = {
|
||||
component: Layout,
|
||||
redirect: "/components/split-pane",
|
||||
meta: {
|
||||
icon: "el-icon-menu",
|
||||
icon: "Menu",
|
||||
title: "message.hscomponents",
|
||||
showLink: true,
|
||||
rank: 4
|
||||
|
||||
@@ -6,7 +6,7 @@ const editorRouter = {
|
||||
component: Layout,
|
||||
redirect: "/editor/index",
|
||||
meta: {
|
||||
icon: "el-icon-edit-outline",
|
||||
icon: "Edit",
|
||||
title: "message.hseditor",
|
||||
showLink: true,
|
||||
rank: 2
|
||||
|
||||
@@ -6,7 +6,7 @@ const errorRouter = {
|
||||
component: Layout,
|
||||
redirect: "/error/401",
|
||||
meta: {
|
||||
icon: "el-icon-position",
|
||||
icon: "Position",
|
||||
title: "message.hserror",
|
||||
showLink: true,
|
||||
rank: 7
|
||||
|
||||
@@ -5,7 +5,7 @@ const externalLink = {
|
||||
name: "external",
|
||||
component: Layout,
|
||||
meta: {
|
||||
icon: "el-icon-link",
|
||||
icon: "Link",
|
||||
title: "message.externalLink",
|
||||
showLink: true,
|
||||
rank: 190
|
||||
@@ -14,7 +14,6 @@ const externalLink = {
|
||||
{
|
||||
path: "https://github.com/xiaoxian521/vue-pure-admin",
|
||||
meta: {
|
||||
icon: "el-icon-link",
|
||||
title: "message.externalLink",
|
||||
showLink: true,
|
||||
rank: 191
|
||||
|
||||
@@ -6,7 +6,7 @@ const flowChartRouter = {
|
||||
component: Layout,
|
||||
redirect: "/flowChart/index",
|
||||
meta: {
|
||||
icon: "el-icon-set-up",
|
||||
icon: "SetUp",
|
||||
title: "message.hsflowChart",
|
||||
showLink: true,
|
||||
rank: 1
|
||||
|
||||
@@ -6,7 +6,7 @@ const homeRouter = {
|
||||
component: Layout,
|
||||
redirect: "/welcome",
|
||||
meta: {
|
||||
icon: "el-icon-s-home",
|
||||
icon: "HomeFilled",
|
||||
showLink: true,
|
||||
rank: 0
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@ const nestedRouter = {
|
||||
name: "Nested",
|
||||
meta: {
|
||||
title: "message.hsmenus",
|
||||
icon: "el-icon-s-data",
|
||||
icon: "Histogram",
|
||||
showLink: true,
|
||||
rank: 5
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@ const remainingRouter = [
|
||||
name: "redirect",
|
||||
component: Layout,
|
||||
meta: {
|
||||
icon: "el-icon-s-home",
|
||||
icon: "HomeFilled",
|
||||
title: "message.hshome",
|
||||
showLink: false,
|
||||
rank: 104
|
||||
|
||||
Reference in New Issue
Block a user