pengwei
2025-03-27 1288a7890deb3b180b1e8df7015b1036514c4e71
项目代码/client/src/router/charts.js
@@ -1,17 +1,18 @@
let charts=[
    {
        path: '/chart',
        name: 'chart',
        component: () => import('@/views/charts/chart.vue')
    },
    {
        path: '/formChart',
        name: 'formChart',
        component: () => import('@/views/charts/formChart.vue')
    },
    {
        path: '/flex',
        name: 'flex',
        component: () => import('@/views/charts/flex.vue')
    }]
let charts = [
    // {
    //     path: '/chart',
    //     name: 'chart',
    //     component: () => import('@/views/charts/chart.vue')
    // },
    // {
    //     path: '/formChart',
    //     name: 'formChart',
    //     component: () => import('@/views/charts/formChart.vue')
    // },
    // {
    //     path: '/flex',
    //     name: 'flex',
    //     component: () => import('@/views/charts/flex.vue')
    // }
]
export default charts