feat: 首页适配移动端,新增工具:随机密码生成

This commit is contained in:
taoran
2023-12-04 17:57:20 +08:00
parent 24b80f04c2
commit 48bf2b2198
10 changed files with 262 additions and 21 deletions
+8
View File
@@ -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'),