-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
449 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
const charts: AuthRoute.Route = { | ||
name: 'plugin_charts', | ||
path: '/plugin/charts', | ||
component: 'multi', | ||
children: [ | ||
{ | ||
name: 'plugin_charts_echarts', | ||
path: '/plugin/charts/echarts', | ||
component: 'self', | ||
meta: { | ||
title: 'ECharts', | ||
requiresAuth: true, | ||
icon: 'simple-icons:apacheecharts' | ||
} | ||
}, | ||
{ | ||
name: 'plugin_charts_d3', | ||
path: '/plugin/charts/d3', | ||
component: 'self', | ||
meta: { | ||
title: 'D3', | ||
requiresAuth: true, | ||
icon: 'simple-icons:d3dotjs' | ||
} | ||
}, | ||
{ | ||
name: 'plugin_charts_antv', | ||
path: '/plugin/charts/antv', | ||
component: 'self', | ||
meta: { | ||
title: 'AntV', | ||
requiresAuth: true, | ||
icon: 'ant-design:bar-chart-outlined' | ||
} | ||
} | ||
], | ||
meta: { | ||
title: '图表', | ||
icon: 'material-symbols:bar-chart-rounded' | ||
} | ||
}; | ||
|
||
export default charts; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0a46ea0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
soybean-admin – ./
soybean-admin-git-main-honghuangdc.vercel.app
soybean-admin.vercel.app
www.soybean.pro
soybean-admin-honghuangdc.vercel.app
soybean.pro