feat: 增加快捷键以及说明文档
This commit is contained in:
@@ -98,7 +98,16 @@ export const configRoutes={
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/log-lottery/config/readme',
|
||||
name: 'Readme',
|
||||
component: () => import('@/views/Config/Readme/index.vue'),
|
||||
meta:{
|
||||
title: '操作说明',
|
||||
icon: 'readme'
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
const routes = [
|
||||
|
||||
Reference in New Issue
Block a user