Skip to content

Commit

Permalink
refine: 修改跳转链接
Browse files Browse the repository at this point in the history
  • Loading branch information
david.zhu.xl committed Nov 22, 2023
1 parent bcfceb6 commit b1389dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/TheRouter/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
let model = TheRouterModel.init(name: "AKyS", age: 18)
TheRouter.openURL(("scheme://router/demo2?id=2&value=3&name=AKyS&desc=runtime动态注册中,会找到KVO监听派生子类标志NSKVONotifying_,但其并不是我们真正使用的工程类,需要特殊处理,通过字符截取找到真正的指向类", ["model": model]))
case 7:
TheRouter.openURL("scheme://router/demo?desc=缓存跳转")
TheRouter.openURL("scheme://router/demo9?desc=缓存跳转")
default:
break
}
Expand Down

0 comments on commit b1389dd

Please sign in to comment.