From e5e905bdefce0e71caa9431be185ed7695885a10 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 19 十二月 2024 11:37:44 +0800
Subject: [PATCH] 1、大理片笼新增破损汇报接口 2、fixbug:解决膜系不显示问题 3、中空缺片详情接口改造 4、中空界面显示更改 5、fixbug:大理片笼计数不显示

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

diff --git a/UI-Project/package.json b/UI-Project/package.json
index c08443f..acb0d7e 100644
--- a/UI-Project/package.json
+++ b/UI-Project/package.json
@@ -26,7 +26,7 @@
     "vue-echarts": "^6.7.3",
     "vue-i18n": "^9.10.1",
     "vue-print-nb": "^1.7.5",
-    "vue-router": "^4.2.4",
+    "vue-router": "^4.0.13",
     "vue3-print-nb": "^0.1.4",
     "vxe-table": "^4.5.15",
     "xe-utils": "^3.5.14",
@@ -35,6 +35,7 @@
   "devDependencies": {
     "@types/sortablejs": "^1.15.7",
     "@vitejs/plugin-vue": "^4.6.2",
+    "babel-polyfill": "^6.26.0",
     "http-proxy-middleware": "^3.0.0",
     "unplugin-auto-import": "^0.17.6",
     "vite": "^4.4.9"

--
Gitblit v1.8.0