跳转及显示相关Issues修改

This commit is contained in:
付民康
2025-03-15 12:03:07 +08:00
parent 1dc4e44935
commit adb72cb946
5 changed files with 116 additions and 32 deletions

View File

@@ -3,6 +3,7 @@ import DefaultLayout from '@/layouts/DefaultLayout/index.vue';
export default [
{
path: '/:namespace+',
redirect: '/home',
component: () => import('@/views/Homepage/index.vue'),
name: 'homepage',
meta: {