From 60488b980d23b0ac77f404b9dcb85937cbd8367f Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期二, 18 八月 2026 13:57:10 +0800
Subject: [PATCH] 隐藏新增到货通知单按钮 功能重复
---
src/bootstrap.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/bootstrap.ts b/src/bootstrap.ts
index 2e22e62..6a97710 100644
--- a/src/bootstrap.ts
+++ b/src/bootstrap.ts
@@ -71,7 +71,8 @@
if (preferences.app.dynamicTitle) {
const routeTitle = router.currentRoute.value.meta?.title;
const pageTitle =
- (routeTitle ? `${$t(routeTitle)} - ` : '') + preferences.app.name;
+ (routeTitle ? `${$t(routeTitle)} - ` : '') +
+ preferences.copyright.companyName;
useTitle(pageTitle);
}
});
--
Gitblit v1.9.3