feat: support add external link menu

This commit is contained in:
RockYang
2024-05-16 10:53:00 +08:00
parent b987a2d365
commit 44b3237dd6
7 changed files with 61 additions and 4 deletions

View File

@@ -81,6 +81,11 @@ const routes = [
meta: {title: 'DALLE-3'},
component: () => import('@/views/Dalle.vue'),
},
{
name: 'ExternalLink',
path: '/external',
component: () => import('@/views/ExternalPage.vue'),
},
]
},
{