fix: 🐛 修改测试详情页路由参数拼写错误
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineComponent({
|
||||
const navigateToDetail = async (id: number) => {
|
||||
await router.push({
|
||||
path: "/detail/" + id,
|
||||
query: { mes: `msg${id}` },
|
||||
query: { message: `msg${id}` },
|
||||
});
|
||||
};
|
||||
return () =>
|
||||
|
||||
Reference in New Issue
Block a user