s
litian
2024-05-15 79bab3a99c87cb9a83c909bcc5e01bf1332b6b12
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')
        }
      ]
    }
  ]
})