From f2a5a09c879849110b42c46297ab4c080500e61d Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期四, 03 四月 2025 07:28:03 +0800
Subject: [PATCH] Merge branch 'master' of http://159.223.171.199:10439/r/JiuMuMES

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

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