the first step to use Wechat jssdk is to inject permissions through the config API to verify the configuration.
because the company does not separate the front and back end to obtain data through the interface, or the old front end writes the page to the background development, the front end cannot get configuration such as appid for development. The background knows nothing about js, so it"s troublesome for all developers to cooperate.
is there any way for the front end to use the api? provided by jssdk without going through these configurations
and the function written by jssdk can only be seen through the mobile phone. I don"t know where the code debugging data can be seen through the output of console.log. Unlike WeChat Mini Programs, there is a small function of vConsole. How do you debug it?