LocationQueryValue[]”的参数不能赋给类型“string”的参数。不能将类型“null”

LocationQueryValue[]”的参数不能赋给类型“string”的参数。不能将类型“null”

答:需要做语言判断处理。

onBeforeMount(() => {

let row = JSON.parse( route.query.row as any);

console.log(row);

});

你可能感兴趣的:(javascript,前端,开发语言)