This commit is contained in:
2023-12-04 11:11:26 +08:00
parent 540c32af1c
commit d5871afeac

View File

@@ -74,7 +74,6 @@ function routerPush() {
const newQuery = { const newQuery = {
...query, ...query,
myself: query.myself ? "1" : "0", myself: query.myself ? "1" : "0",
problem: query.problem || route.query.problem,
} }
router.push({ router.push({
path: route.path, path: route.path,