Wechat js-sdk interface Android prompts that permission denied ios is normal

clipboard.png

clipboard.png

Mar.07,2021

refer to this question and answer https://codeshelper.com/q/10.


has been resolved, because I wrote on-demand export default new VueRouter ({
mode: "history", / / remove the routing address-sharp
routes: [

//     '/' 
{ path: "/", component: IntelligentRegistration },
{ path: "/IntelligentRegistration", component: IntelligentRegistration },
{ path: "/newsAndInformation", component: newsAndInformation },
{ path: "/personal", component: personal },
{ path: "/generalRegistration", component: generalRegistration },
{ path: "**", redirect: "IntelligentRegistration" } // 

]
}); load the route, so only the home page gets the permission from the background, and the other pages do not have

Menu