Skip to content

Commit 100e420

Browse files
committed
fix: fix cache issue
1 parent 9b309df commit 100e420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/2021/1117_gps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var pageControl = {
7979
});
8080

8181
const testGoogleImage = new Image();
82-
testGoogleImage.src = `//mt2.google.com/vt/lyrs=s&hl=zh-CN&gl=cn&x=17294&y=15469&z=15&s=Galil`;
82+
testGoogleImage.src = `//mt2.google.com/vt/lyrs=s&hl=zh-CN&gl=cn&x=17294&y=15469&z=15&s=Galil?t=${+Math.random()}`;
8383
testGoogleImage.onload = () => {
8484
map.add([googleLayerWithPio]);
8585
};

0 commit comments

Comments
 (0)