feat: 首页适配移动端,新增工具:随机密码生成
This commit is contained in:
@@ -80,6 +80,14 @@ export const constantRoute = [
|
||||
title: "在线编辑图片"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/random_password',
|
||||
component: () => import('@/components/RandomPassword/RandomPassword.vue'),
|
||||
name: 'random_password',
|
||||
meta: {
|
||||
title: "随机密码生成"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import('@/components/404/404.vue'),
|
||||
|
||||
Reference in New Issue
Block a user