opt: handle url

Closes #143

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-12 09:27:36 +08:00
parent 0817b183a4
commit e645274609
4 changed files with 45 additions and 26 deletions

View File

@@ -50,7 +50,6 @@ class UrlUtils {
// 匹配url路由跳转
static matchUrlPush(
String pathSegment,
String title,
String redirectUrl,
) async {
final Map matchRes = IdUtils.matchAvorBv(input: pathSegment);