From 2d0520366daf28b158a45b98b0dec6c8326870f4 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期三, 23 八月 2023 11:47:50 +0800
Subject: [PATCH] # 修改配置角色 报角色编码存在
---
screen_standard/package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/screen_standard/package.json b/screen_standard/package.json
index 9b593dd..d4293ef 100644
--- a/screen_standard/package.json
+++ b/screen_standard/package.json
@@ -9,9 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
+ "axios": "^1.4.0",
"echarts": "^5.4.3",
"element-plus": "^2.3.9",
"pinia": "^2.1.4",
+ "terser": "^5.19.2",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
--
Gitblit v1.9.3