From 1515ffa15c11e106f35e1447bc990b7867c449bb Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 16:07:14 +0800
Subject: [PATCH] feat(Robot): 机械手换盘任务特殊处理
---
Code/WCS/WIDESEAWCS_Client/package.json | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/package.json b/Code/WCS/WIDESEAWCS_Client/package.json
index 1f17df7..d346149 100644
--- a/Code/WCS/WIDESEAWCS_Client/package.json
+++ b/Code/WCS/WIDESEAWCS_Client/package.json
@@ -21,10 +21,12 @@
"vue-draggable-next": "^2.0.1",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
+ "vue3-json-viewer": "^2.4.1",
"wangeditor": "^4.7.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
+ "@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/compiler-sfc": "^3.0.0",
"eslint": "^8.50.0",
"less": "^4.1.1",
@@ -54,6 +56,5 @@
},
"eslintIgnore": [
"*"
- ],
- "packageManager": "yarn@4.12.0"
+ ]
}
--
Gitblit v1.9.3