更改工具页面路由路径
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
Reference in New Issue
Block a user