我有问题。我需要最后一个路由正则表达式不匹配product1和产品。最后一条路线必须在不同的组件中打开。
这种情况不起作用。
{path: '/products/product1/:name?', component: product1},
{path: '/products/product2/:name?/:another?', component: product2},
{path: '/products/?!:category(/product1|product2/)/:name?/:another?', component: main},