Merge branch 'main' into login

This commit is contained in:
feige996
2025-08-21 10:07:53 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@
"pinia": "2.0.36",
"pinia-plugin-persistedstate": "3.2.1",
"vue": "3.4.21",
"wot-design-uni": "^1.9.1",
"wot-design-uni": "^1.11.1",
"z-paging": "2.8.7"
},
"devDependencies": {

2
pnpm-lock.yaml generated
View File

@@ -95,7 +95,7 @@ importers:
specifier: 3.4.21
version: 3.4.21(typescript@5.9.2)
wot-design-uni:
specifier: ^1.9.1
specifier: ^1.11.1
version: 1.11.1(vue@3.4.21(typescript@5.9.2))
z-paging:
specifier: 2.8.7

View File

@@ -30,7 +30,7 @@ export function currRoute() {
return getUrlObj(fullPath)
}
function ensureDecodeURIComponent(url: string) {
export function ensureDecodeURIComponent(url: string) {
if (url.startsWith('%')) {
return ensureDecodeURIComponent(decodeURIComponent(url))
}