From 46908c0f79e7aab8a3fa41bfdcd8390bbc3659f2 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期日, 04 一月 2026 11:48:15 +0800
Subject: [PATCH] 完善前端二期播种墙初始化和任务完成按钮,后端定期删除日志

---
 项目代码/WCSClient/package.json |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/package.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/package.json"
index 977418b..12f7316 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/package.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/package.json"
@@ -24,7 +24,11 @@
     "wangeditor": "^4.7.6"
   },
   "devDependencies": {
+    "@babel/core": "^7.28.5",
+    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
+    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
     "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+    "@babel/preset-env": "^7.28.5",
     "@vue/cli-plugin-babel": "~4.5.0",
     "@vue/cli-plugin-eslint": "~4.5.0",
     "@vue/cli-plugin-router": "~4.5.0",
@@ -34,6 +38,7 @@
     "@vue/compiler-sfc": "^3.0.0",
     "@vue/test-utils": "^2.0.0-0",
     "babel-eslint": "^10.1.0",
+    "babel-loader": "^10.0.0",
     "chai": "^4.1.2",
     "cross-env": "^7.0.3",
     "less": "^4.1.1",

--
Gitblit v1.9.3