This commit is contained in:
xd 2024-04-15 13:56:40 +08:00
parent bfee218a2b
commit b3ace52d8c
2 changed files with 8 additions and 1 deletions

View File

@ -93,6 +93,11 @@
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
</dependencies>
<build>

View File

@ -47,6 +47,7 @@
"file-saver": "2.0.5",
"fuse.js": "6.4.3",
"highlight.js": "9.18.5",
"html5-qrcode": "^2.3.8",
"js-beautify": "1.13.0",
"js-cookie": "3.0.1",
"jsencrypt": "3.0.0-rc.1",
@ -61,7 +62,8 @@
"vue-meta": "2.4.0",
"vue-router": "3.4.9",
"vuedraggable": "2.24.3",
"vuex": "3.6.0"
"vuex": "3.6.0",
"weixin-js-sdk": "^1.6.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.6",