如果在模拟器调试的时候浏览器的控制台报下面的错
(index):222 Uncaught (in promise) TypeError: window.deltaUrlToBlobUrl is not a function
at getBlobUrl ((index):222)
at [WebSocket.ws.onmessage](WebSocket.ws.onmessage) ((index):185)
这是因为你的模拟器打开了远程调试,你只需要把模拟器的远程调试关掉然后刷新即可
android模拟器关闭远程调试方法
在键盘按ctrl+m
(非mac本)或者command+m
(mac电脑)键,然后点击Stop Remote JS Debugging
ios模拟器关闭远程调试方法
在键盘按command+d
键,然后点击Stop Remote JS Debugging
网友评论