litian
2024-05-14 68eee6caeec1753bfba8c937ab862ef05cb42bb8
src/router/index.ts
@@ -23,11 +23,16 @@
          path: '/home',
          name: 'home',
          meta: { auth: true },
          component: Home,
          component: Home
        },
        {
          path: '/dictionary',
          name: 'dictionary',
          meta: { auth: true },
          component: () =>import('@/views/components/dictionary.vue')
        }
      ]
    }
  ]
})