|
@@ -13,6 +13,7 @@ import { defineComponent, ref } from "vue";
|
|
|
import wx from "weixin-js-sdk-ts";
|
|
|
export default defineComponent({
|
|
|
setup() {
|
|
|
+
|
|
|
wx.config({
|
|
|
debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印
|
|
|
appId: "wx67ca1b8c9816ef28", // 必填,公众号的唯一标识
|