feat: add data statistic chart

This commit is contained in:
engigu
2024-01-24 21:33:51 +08:00
parent 4ded53c2ce
commit 7440c377fb
10 changed files with 382 additions and 5 deletions
+6 -1
View File
@@ -11,6 +11,12 @@ const router = createRouter({
name: 'login',
component: LoginInex
},
{
path: '/statistic',
name: 'statistic',
alias: '/',
component: () => import('../views/tabsTools/statistic/statistic.vue')
},
{
path: '/sendways',
name: 'sendWays',
@@ -23,7 +29,6 @@ const router = createRouter({
},
{
path: '/sendlogs',
alias: '/',
name: 'sendlogs',
component: () => import('../views/tabsTools/sendLogs/sendLogs.vue')
},