This commit is contained in:
hzj 2026-01-04 14:31:50 +08:00
commit 49ea496f81
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -1,5 +1,5 @@
# 应用版本号
VITE_APP_VERSION=2.2.8
VITE_APP_VERSION=2.2.9
# 版本类型
# major:重大更新(清除除了白名单外的所有缓存用户缓存、图片缓存和assets缓存)

View File

@ -343,7 +343,7 @@ const Confirm = async () => {
setSelectedPayee({ ...selectedUser.value })
// availableIncome
if (route.query) {
if (Object.keys(route.query).length>0 ) {
console.log('route.query:', route.query)
try {