refactor: adjust routes

This commit is contained in:
张传龙
2022-08-08 15:36:43 +08:00
parent ef3aaa5be5
commit 0bb2a904e7
7 changed files with 19 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ export const basicRoutes = [
},
{
name: 'LOGIN',
name: 'Login',
path: '/login',
component: () => import('@/views/login/index.vue'),
isHidden: true,
@@ -25,7 +25,7 @@ export const basicRoutes = [
meta: {
title: '外部链接',
icon: 'mdi:link-variant',
index: 1,
index: 2,
},
children: [
{