From d20fcd6ad28a534d763273c48381cdc36ff2891f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期六, 19 四月 2025 17:25:44 +0800 Subject: [PATCH] fix:对接监控视频 --- package.json | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d7d4ed..4e1884a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "jc-hydropower-station-web", "version": "3.8.7", - "description": "金川水电站智慧监测平台", - "author": "智慧灌溉项目", + "description": "金川水电站生态流量监测系统", + "author": "金川项目", "license": "MIT", "type": "module", "scripts": { @@ -22,13 +22,16 @@ "axios": "0.27.2", "echarts": "^5.5.1", "element-plus": "^2.5.0", + "ezuikit-js": "^8.1.9-beta.3", "file-saver": "2.0.5", "fuse.js": "6.6.2", "js-cookie": "3.0.5", "jsencrypt": "3.3.2", + "moment": "^2.30.1", "nprogress": "0.2.0", "pinia": "2.1.7", "pinia-plugin-persist": "^1.0.0", + "postcss-pxtorem": "^6.1.0", "typescript": "^5.4.5", "vue": "3.3.9", "vue-cropper": "1.1.1", -- Gitblit v1.9.3