From 0f6b74c98096fa33a379e8756ffdae693e6f6c83 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 31 五月 2023 15:37:47 +0800
Subject: [PATCH] 更新环境变量

---
 package.json |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index f5a6a12..87c6a6a 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "version": "0.0.0",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc --noEmit --skipLibCheck && vite build",
+    "build": "vite build",
     "preview": "vite preview",
     "lint": "eslint --ext .js,.vue,.ts src",
     "lint:fix": "npx eslint ./src/**/*.vue --fix",
@@ -25,8 +25,10 @@
     ]
   },
   "dependencies": {
+    "@vant/area-data": "^1.4.1",
     "axios": "^0.26.0",
     "echarts": "^5.3.0",
+    "js-cookie": "^3.0.5",
     "node-sass": "^7.0.3",
     "pinia": "^2.0.11",
     "sass-loader": "^13.0.2",
@@ -37,6 +39,7 @@
     "vue-tsc": "^0.40.13"
   },
   "devDependencies": {
+    "@types/js-cookie": "^3.0.3",
     "@types/node": "^17.0.18",
     "@typescript-eslint/eslint-plugin": "^5.12.0",
     "@typescript-eslint/parser": "^5.12.0",

--
Gitblit v1.8.0