feat: 新增工具:URL编码/解码
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user