From 484a4aa4e856f60d177294a1503d141781a92ed0 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 30 三月 2026 09:55:31 +0800
Subject: [PATCH] fix(WIDESEA_StockService): 添加缺失的WIDESEA_IBasicService项目引用
---
Code/WCS/WIDESEAWCS_Client/package.json | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/package.json b/Code/WCS/WIDESEAWCS_Client/package.json
index aa5177b..01274d3 100644
--- a/Code/WCS/WIDESEAWCS_Client/package.json
+++ b/Code/WCS/WIDESEAWCS_Client/package.json
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
- "dev": "vite",
+ "serve": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue src"
@@ -54,6 +54,5 @@
},
"eslintIgnore": [
"*"
- ],
- "packageManager": "yarn@4.12.0"
+ ]
}
--
Gitblit v1.9.3