🔧工具(deps): add ECharts

This commit is contained in:
2024-03-20 17:20:16 +08:00
parent 21ea22e444
commit dda579424c
19 changed files with 262 additions and 113 deletions

View File

@@ -0,0 +1,10 @@
export default [
{
path: '/',
name: 'login',
component: () => import('@/views/login/LoginPage.vue'),
meta: {
title: '登录页'
}
}
]