From d143af7023cfd4a0ced6f0ecf04ae3b3a06fd1dc Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期三, 15 四月 2026 13:11:28 +0800
Subject: [PATCH] feat(md): 添加称重盒子维护功能

---
 ruoyi-plus-soybean/src/router/elegant/imports.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ruoyi-plus-soybean/src/router/elegant/imports.ts b/ruoyi-plus-soybean/src/router/elegant/imports.ts
index 56a0110..4639592 100755
--- a/ruoyi-plus-soybean/src/router/elegant/imports.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/imports.ts
@@ -34,6 +34,7 @@
   home: () => import("@/views/home/index.vue"),
   md_instrument: () => import("@/views/md/instrument/index.vue"),
   md_shift: () => import("@/views/md/shift/index.vue"),
+  "md_weighing-box": () => import("@/views/md/weighing-box/index.vue"),
   monitor_cache: () => import("@/views/monitor/cache/index.vue"),
   monitor_logininfor: () => import("@/views/monitor/logininfor/index.vue"),
   monitor_online: () => import("@/views/monitor/online/index.vue"),

--
Gitblit v1.9.3