From 149a82f3cfba46bc5a7427d16b685ea1727eba47 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期一, 01 九月 2025 08:27:48 +0800
Subject: [PATCH] 更新最新代码,添加点胶机代码

---
 UI-Project/package.json |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/UI-Project/package.json b/UI-Project/package.json
index feeda10..1dfb52a 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",

--
Gitblit v1.8.0