chenyc
2024-08-21 59ba223820054f296191f581bd413f5b9cff9e7f
src/router/route.ts
@@ -50,7 +50,7 @@
         {
            path: '/home',
            name: 'home',
            component: () => import('/@/views/home/index.vue'),
            component: () => import('../views/home/index.vue'),
            meta: {
               title: 'message.router.home',
               isLink: '',