mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
版本1.0
This commit is contained in:
@@ -41,10 +41,8 @@ export function LanShareModal({ visible, task, onClose }: Props) {
|
||||
setVideoUrl(null);
|
||||
setQrImageLoaded(false);
|
||||
setLoading(true);
|
||||
console.log(123123,'baseUrlbaseUrl')
|
||||
startLanServer()
|
||||
.then((baseUrl) => {
|
||||
console.log(baseUrl,'baseUrl')
|
||||
setVideoUrl(buildVideoUrl(baseUrl, task.bvid, task.qn));
|
||||
})
|
||||
.catch(() => setVideoUrl(null))
|
||||
|
||||
Reference in New Issue
Block a user