add user_token

This commit is contained in:
ljw
2024-10-31 22:27:30 +08:00
parent fffc2658e3
commit 130235fdc1
11 changed files with 211 additions and 10 deletions
+6
View File
@@ -142,6 +142,12 @@ export const asyncRoutes = [
meta: { title: 'OauthManage', icon: 'Link' /*keepAlive: true*/ },
component: () => import('@/views/oauth/index.vue'),
},
{
path: '/userToken',
name: 'UserToken',
meta: { title: 'UserToken', icon: 'Ticket' /*keepAlive: true*/ },
component: () => import('@/views/user/token.vue'),
},
{
path: '/loginLog',
name: 'LoginLog',