This commit is contained in:
cun-nan 2024-10-15 14:51:04 +08:00
parent 2670baba28
commit 8433734694
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
"clipboard": "2.0.8",
"core-js": "^3.38.1",
"crypto-js": "^4.2.0",
"echarts": "4.9.0",
"echarts": "^5.5.1",
"element-tiptap": "^1.27.1",
"element-ui": "2.15.12",
"file-saver": "2.0.5",

View File

@ -250,7 +250,7 @@
</template>
<script>
import echarts from "echarts";
import * as echarts from 'echarts';
import {selectStoreAmount, storeAmountIndex, storeTotalIndex} from "@/api/indexBanner";
import {getListApi} from "@/api/setting/hardware";
import {selectChildByDeptId} from "@/api/system/Site/site";