mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-06-03 17:25:48 +08:00
修复ios每次升级历史记录无法查看问题
This commit is contained in:
@@ -105,8 +105,12 @@ class NetworkTabState extends State<NetworkTabController> with SingleTickerProvi
|
||||
return const SizedBox();
|
||||
}
|
||||
var response = widget.response.get();
|
||||
String requestUrl = request.requestUrl;
|
||||
try {
|
||||
requestUrl = Uri.decodeFull(request.requestUrl);
|
||||
} catch (_) {}
|
||||
var content = [
|
||||
rowWidget("Request URL", request.requestUrl),
|
||||
rowWidget("Request URL", requestUrl),
|
||||
const SizedBox(height: 20),
|
||||
rowWidget("Request Method", request.method.name),
|
||||
const SizedBox(height: 20),
|
||||
|
||||
Reference in New Issue
Block a user