whether the URL parameter of Wechat official account jssdk signature is the front-end URL or the back-end URL? what if the front-end URL vue project uses localhost for local debugging? how to read the document?
whether the URL parameter of Wechat official account jssdk signature is the front-end URL or the back-end URL? what if the front-end URL vue project uses localhost for local debugging? how to read the document?
pass your page's current address
there is a technology called intranet traversal, which accesses the local service through the domain name.
recommend one: https://github.com/fatedier/frp
is the front end url, Wechat official account. There is a test service number of Wechat test official account. Jssdk can use localhost
in the test environment.< section class= "map " @ click= "getLocation () " > < section > getLocation () { wx.getLocation({ type: gcj02 , success: function (res) { wx.openLocation({ latitude: res.latitude, longitude: res.lo...