vue项目,我有一个订单(order)列表页,对应路径为:test/order/all,还有一个订单详情页,对应路径:test/order/detail?id=123456想根据订单id,动态路由匹配,因为路径中带有字符串(问号、等号、订单号),我的Path该怎么写呢?
{
path:'/order/detail?id=:id',
component:OrderDetail,
},
我是这样写的,写的不对,因此找不到对应组件,正确的路径 Path的写法是什么呢,求助。
添加回答
举报
0/150
提交
取消