chenyc
2024-08-19 7ae4f8a626802bc8f027aa091046db97635da879
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: '',