⬆️ update package

This commit is contained in:
landaiqing
2024-08-22 22:46:19 +08:00
parent 95f722fa93
commit 57a56ec5ef
7 changed files with 300 additions and 252 deletions

View File

@@ -1,11 +0,0 @@
export default [
{
path: '/test',
name: 'test',
component: () => import('@/views/TestTheme.vue'),
meta: {
requiresAuth: true,
title: '测试'
}
}
];