litian
2024-05-11 576fbe7418510c9f442fe93100db93445fcf3964
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')
        }
      ]
    }
  ]
})