Commit 95ea4664 authored by 杨勇飞's avatar 杨勇飞

修复部分显示问题

parent e0c1016e
{
"name": "zc-qiyeWxApp",
"name": "zc-qiyewx-app",
"lockfileVersion": 3,
"requires": true,
"packages": {
......@@ -7,7 +7,8 @@
"dependencies": {
"@dcloudio/uni-ui": "^1.5.7",
"@qiun/ucharts": "^2.5.0-20230101",
"echarts": "^5.6.0"
"echarts": "^5.6.0",
"lodash": "^4.17.21"
}
},
"node_modules/@dcloudio/uni-ui": {
......@@ -32,6 +33,12 @@
"zrender": "5.6.1"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"license": "MIT"
},
"node_modules/tslib": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
......
......@@ -2,6 +2,7 @@
"dependencies": {
"@dcloudio/uni-ui": "^1.5.7",
"@qiun/ucharts": "^2.5.0-20230101",
"echarts": "^5.6.0"
"echarts": "^5.6.0",
"lodash": "^4.17.21"
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment