1234let newQuery = JSON.parse(JSON.stringify(route.query)) // 深拷贝delete newQuery.aaadelete newQuery.bbbawait router.replace({query: newQuery })