Skip to content

Commit 3dca87e

Browse files
committed
Update response.dev.js
1 parent c3cbf31 commit 3dca87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/response.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Console.info(`PLATFORM: ${PLATFORM}`);
7575
if (PLIST) {
7676
// CN
7777
PLIST["com.apple.GEO"].CountryProviders.CN.ShouldEnableLagunaBeach = true; // XX
78-
//PLIST["com.apple.GEO"].CountryProviders.CN.DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
78+
delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.DrivingMultiWaypointRoutesEnabled; // 路线-驾驶-停靠点
7979
//PLIST["com.apple.GEO"].CountryProviders.CN.EnableAlberta = false; // CN
8080
//PLIST["com.apple.GEO"].CountryProviders.CN.EnableClientDrapedVectorPolygons = true; // CN
8181
//delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOAddressCorrectionEnabled; // 启用更正地址

0 commit comments

Comments
 (0)