From 0906c54770971020cf2d243d06d57a2f6fbbc18c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 18 十月 2024 13:05:48 +0800
Subject: [PATCH] 1. 添加数据产品目录

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

diff --git a/package.json b/package.json
index 647b599..0f208cb 100644
--- a/package.json
+++ b/package.json
@@ -13,14 +13,18 @@
     "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
   },
   "dependencies": {
+    "@amap/amap-jsapi-loader": "^1.0.1",
     "@ctrl/tinycolor": "^4.0.2",
     "@element-plus/icons-vue": "^2.0.10",
     "@vueuse/core": "^9.7.0",
     "axios": "^1.2.1",
-    "dayjs": "^1.11.10",
-    "element-plus": "^2.2.26",
+    "dayjs": "^1.11.13",
+    "element-plus": "^2.8.3",
+    "js-base64": "^3.7.5",
+    "md5": "^2.3.0",
     "pinia": "^2.0.26",
     "vue": "^3.2.45",
+    "vue-i18n": "^9.8.0",
     "vue-router": "^4.1.6"
   },
   "devDependencies": {

--
Gitblit v1.9.3