feat: 新增工具:URL编码/解码

This commit is contained in:
taoran
2023-12-04 18:33:34 +08:00
parent 48bf2b2198
commit f1544b65a4
3 changed files with 82 additions and 0 deletions
+8
View File
@@ -88,6 +88,14 @@ export const constantRoute = [
title: "随机密码生成"
}
},
{
path: '/urlencode',
component: () => import('@/components/UrlEncode/UrlEncode.vue'),
name: 'urlencode',
meta: {
title: "URL编码/解码"
}
},
{
path: '/404',
component: () => import('@/components/404/404.vue'),