sunChengjie 11 months ago
parent
commit
8badbbfba0
2 changed files with 7 additions and 1 deletions
  1. 5 0
      package-lock.json
  2. 2 1
      package.json

+ 5 - 0
package-lock.json

@@ -17365,6 +17365,11 @@
       "resolved": "https://registry.npmjs.org/weixin-js-sdk/-/weixin-js-sdk-1.6.0.tgz",
       "integrity": "sha512-3IYQH7aalJGFJrwdT3epvTdR1MboMiH7vIZ5BRL2eYOJ12BNah7csoMkmSZzkq1+l92sSq29XdTCVjCJoK2sBQ=="
     },
+    "weixin-jsapi": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmmirror.com/weixin-jsapi/-/weixin-jsapi-1.1.0.tgz",
+      "integrity": "sha512-986drpgKs1yf8gK1A/hrdF2U5cjp/zW/7bhoL37JLoePhNiO14JqZpa+wlNslge0Hlw7gEXMTnEntFvvSXz8Bw=="
+    },
     "whatwg-encoding": {
       "version": "1.0.5",
       "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",

+ 2 - 1
package.json

@@ -27,7 +27,8 @@
     "vue-resource": "^1.5.2",
     "vue-router": "^3.0.1",
     "vuex": "^3.6.2",
-    "weixin-js-sdk": "^1.6.0"
+    "weixin-js-sdk": "^1.6.0",
+    "weixin-jsapi": "^1.1.0"
   },
   "devDependencies": {
     "autoprefixer": "^7.1.2",