From 16170b1d8429f7c31bb1a323b93c2de5137f2c6f Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期一, 22 九月 2025 08:49:21 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/JiuMuMES
---
UI-Project/package.json | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/UI-Project/package.json b/UI-Project/package.json
index feeda10..d157e48 100644
--- a/UI-Project/package.json
+++ b/UI-Project/package.json
@@ -3,18 +3,19 @@
"version": "0.0.0",
"private": true,
"scripts": {
- "dev": "vite",
+ "dev": "vite --host 0.0.0.0",
"build": "vite build",
- "preview": "vite preview"
+ "serve": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vue-macros/reactivity-transform": "^0.3.23",
"axios": "^1.6.8",
"chart.js": "^4.4.3",
- "echarts": "^5.5.1",
- "element-plus": "^2.4.0",
+ "echarts": "^5.6.0",
+ "element-plus": "^2.8.2",
"moment": "^2.30.1",
+ "northglass-mes": "file:",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"qrcode": "^1.5.4",
@@ -27,6 +28,7 @@
"vue-print-nb": "^1.7.5",
"vue-router": "^4.2.4",
"vue3-print-nb": "^0.1.4",
+ "vxe-pc-ui": "^4.9.14",
"vxe-table": "^4.5.15",
"xe-utils": "^3.5.14",
"xlsx": "^0.18.5"
--
Gitblit v1.8.0