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,然后先写入数据库正确的市州代码,再让其它访问即可。