更改工具页面路由路径

This commit is contained in:
2021-05-09 14:08:22 +08:00
parent 97ce65ed0f
commit 99a816d3e9

View File

@@ -12,7 +12,7 @@ const routes = [
component: () => import('@/views/Tools.vue'),
children: [
{
path: '/tools/detail/:category/:name',
path: '/tools/:category/:name',
name: 'ToolsDetail',
component: () => import('@/views/ToolsDetail.vue')
}