From 4ae80a84f6d47c37285bfab0cb0fb3939d6cdec0 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 17 一月 2025 10:21:16 +0800 Subject: [PATCH] 修改 --- package.json | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 206c59e..49d9615 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.6", - "description": "若依管理系统", - "author": "若依", + "description": "新疆维吾尔自治区特种作业安全生产知识和管理能力考核系统", + "author": "Little Ma", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", @@ -39,7 +39,8 @@ "@riophae/vue-treeselect": "0.4.0", "axios": "0.24.0", "clipboard": "2.0.8", - "core-js": "3.25.3", + "core-js": "^3.36.0", + "dayjs": "^1.11.12", "echarts": "5.4.0", "element-ui": "2.15.13", "file-saver": "2.0.5", @@ -48,6 +49,8 @@ "js-beautify": "1.13.0", "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", + "json-bigint": "^1.0.0", + "moment": "^2.30.1", "nprogress": "0.2.0", "quill": "1.3.7", "screenfull": "5.0.2", @@ -55,7 +58,9 @@ "vue": "2.6.12", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", + "vue-json-excel": "^0.3.0", "vue-meta": "2.4.0", + "vue-print-nb": "^1.7.5", "vue-router": "3.4.9", "vuedraggable": "2.24.3", "vuex": "3.6.0" -- Gitblit v1.9.2