From 0b161bd2fa0b448c8824815904355ad245287f01 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 05 三月 2024 19:06:00 +0800
Subject: [PATCH] 111

---
 company/package.json |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/company/package.json b/company/package.json
index 523d8c4..797990f 100644
--- a/company/package.json
+++ b/company/package.json
@@ -4,8 +4,9 @@
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
-    "build": "vue-cli-service build",
-    "build:staging": "vue-cli-service build --mode staging",
+    "build:pro": "vue-cli-service build",
+    "build:pro_v2": "vue-cli-service build --mode production_v2",
+    "build:dev": "vue-cli-service build --mode staging",
     "lint": "vue-cli-service lint",
     "fix": "eslint --ext .js,.vue src --fix"
   },
@@ -13,6 +14,7 @@
     "@riophae/vue-treeselect": "^0.4.0",
     "axios": "^0.21.1",
     "core-js": "^3.6.5",
+    "echarts": "^5.4.3",
     "element-ui": "^2.3.6",
     "js-cookie": "^2.2.1",
     "js-file-download": "^0.4.12",

--
Gitblit v1.9.3