From 10dd6590cea8f20eff21025ee71c8a614a48cdb7 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 01 九月 2026 13:58:23 +0800
Subject: [PATCH] feat(mes): 追溯功能新增消费者扫码分析和窜货预警模块

---
 src/main.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index b692f75..6a42557 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -35,6 +35,10 @@
       copyright: { companyName: __APP_NAME__ },
     });
   }
+  // 寮哄埗瑕嗙洊榛樿棣栭〉涓�"鍩虹鏁版嵁涓庝竴琚嬩竴鐮�"锛岀粫杩� localStorage 缂撳瓨
+  preferencesManager.updatePreferences({
+    app: { defaultHomePath: '/bagcode-home' },
+  });
   if (__APP_FAVICON__) {
     const link = document.querySelector('link[rel="icon"]');
     if (link) {

--
Gitblit v1.9.3