Browse Source

签名问题

master
kami 2 years ago
parent
commit
882d166fdf
  1. 2
      src/store/wx.js

2
src/store/wx.js

@ -11,7 +11,7 @@ const WxStore = defineStore(
initSign() {
const _this = this;
return new Promise((resolve, reject) => {
const url = window.location.href;
const url = window.location.href.split("?")[0];
wxSign(url).then((data) => {
wx.config({
// debug: true, // 开启调试模式

Loading…
Cancel
Save