From 385f565007bf778c37a2f8c66ee72231a85cd2af Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 10 十月 2023 19:58:22 +0800
Subject: [PATCH] 前端打包文件上传
---
Source/UBCS-WEB/package.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/package.json b/Source/UBCS-WEB/package.json
index 7a6cde9..a168825 100644
--- a/Source/UBCS-WEB/package.json
+++ b/Source/UBCS-WEB/package.json
@@ -15,7 +15,7 @@
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
- "crypto-js": "^4.0.0",
+ "crypto-js": "^4.1.1",
"element-ui": "^2.15.6",
"instead": "^1.0.3",
"js-base64": "^2.5.1",
@@ -23,6 +23,7 @@
"js-md5": "^0.7.3",
"js-pinyin": "^0.2.4",
"mockjs": "^1.0.1-beta3",
+ "moment": "^2.29.4",
"node-gyp": "^5.0.6",
"nprogress": "^0.2.0",
"portfinder": "^1.0.23",
--
Gitblit v1.10.0