feat: add data statistic chart
This commit is contained in:
@@ -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')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user