From 31a7b66e97d7d9f267c152e6d36683ad774dcc65 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期五, 27 六月 2025 11:24:04 +0800
Subject: [PATCH] ID2556-修复异常指标超出问题
---
package.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 4316942..cd23980 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
"qs": "^6.14.0",
"speak-tts": "^2.0.8",
"vant": "^3.4.3",
+ "vconsole": "^3.15.1",
"vue": "^3.5.13",
"vue-router": "^4.0.13"
},
@@ -29,7 +30,9 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/tsconfig": "^0.7.0",
+ "install": "^0.13.0",
"less": "^4.2.1",
+ "npm": "^11.4.2",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
--
Gitblit v1.8.0