From 203626165b02ccbc09c8a4ea70b4edd4d9f35a93 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 30 Aug 2023 18:00:14 +0800
Subject: [PATCH] 修改vite代理配置

---
 package.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 237bd0a..15c80da 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
     "vuex": "^4.0.2"
   },
   "devDependencies": {
+    "@types/crypto-js": "^4.1.1",
     "@types/node": "^16.3.2",
     "@types/urlencode": "^1.1.2",
     "@typescript-eslint/eslint-plugin": "^5.8.1",
@@ -39,6 +40,7 @@
     "@vitejs/plugin-vue": "^1.2.4",
     "@vue/compiler-sfc": "^3.0.5",
     "cesium": "^1.108.0",
+    "crypto-js": "^4.1.1",
     "eslint": "^7.30.0",
     "eslint-config-standard": "^16.0.3",
     "eslint-plugin-import": "^2.23.4",

--
Gitblit v1.9.3