Vue in hash mode, calling Wechat jssdk, Android will change the shared link, how to solve it?

is currently developing an official account that uses vue"s hash mode for vue,
routing, but the
Android phone will modify my custom link during the test. I will intercept all the addresses after-sharp
for example, my custom sharing link is
http://edc.youedata.com/uepro.
, but the shared link is http://edc.youedata.com/ueproc/
speechless, while ios does not have this situation. How to solve it?
Baidu spent a long time and found no useful information.


cut the following, eliminate "- sharp" and then share


that's why there is a history mode, which can cause problems in many places.
you can redirect 301 on the server. Share it, such as / share/. , and then redirect it to http://edc.youedata.com/ueproc/-sharp/product/detail?id=1


. Change the history mode first, and then when ios enters, use the first visited url as the url of Wechat's authorization request to obtain ticket,android without processing

.
Menu