You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YunNanDsBase/Doc/解决刷新市州等页面地图可能不正确的问题.txt

5 lines
472 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

因为用户可能打开了一个市州的页面,然后他又打开了另一个市州的页面,
这时,他回来刷新了第一个市州的页面,就会造成地图显示错误。
原因我们在通过JAVA将城市动态修改的如果再点一次数据就改动了。
办法采用OpenResty开发一个前置的拦截器发现固定的链接访问时就解析base64,然后先写入数据库正确的市州代码,再让其它访问即可。