From 4f3b0a6727ecfa555892ebea64bd76e5a07cd6fb Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 17 三月 2026 10:01:38 +0800
Subject: [PATCH] feat: 新增WMS异常上报自动恢复异常按钮
---
项目代码/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