mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 13:10:16 +08:00
fix: #1315
This commit is contained in:
parent
98ef642cd1
commit
0129188739
@ -91,7 +91,9 @@ export const createUrl = (
|
||||
url.searchParams.set(key, search[key])
|
||||
}
|
||||
}
|
||||
return url.toString()
|
||||
|
||||
/** 进行url解码 对特殊字符进行处理 */
|
||||
return decodeURIComponent(url.toString())
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user