From 749cb2f4ad815c5a68c19fe961d5ca2149a84dd4 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期四, 17 九月 2026 11:28:54 +0800
Subject: [PATCH] feat(mes): 新增员工排班明细页面,修复计划排程菜单404
---
src/main.ts | 19 ++++++-------------
1 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index b692f75..2eb3d72 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -3,9 +3,7 @@
import { overridesPreferences, preferencesExtension } from './preferences';
-declare const __APP_LOGO__: string;
declare const __APP_FAVICON__: string;
-declare const __APP_NAME__: string;
/**
* 搴旂敤鍒濆鍖栧畬鎴愪箣鍚庡啀杩涜椤甸潰鍔犺浇娓叉煋
@@ -24,17 +22,12 @@
overrides: overridesPreferences,
});
- // 寮哄埗瑕嗙洊鍏徃 logo 鍜� favicon锛岀粫杩� localStorage 缂撳瓨
- if (__APP_LOGO__) {
- preferencesManager.updatePreferences({ logo: { source: __APP_LOGO__ } });
- }
- // 寮哄埗瑕嗙洊鍏徃鍚嶇О锛岀粫杩� localStorage 缂撳瓨
- if (__APP_NAME__) {
- preferencesManager.updatePreferences({
- app: { name: __APP_NAME__ },
- copyright: { companyName: __APP_NAME__ },
- });
- }
+ // 寮哄埗瑕嗙洊鍏徃 logo 鍜屽悕绉帮紝閬垮厤鏃х紦瀛樻仮澶嶅巻鍙插搧鐗岄厤缃�
+ preferencesManager.updatePreferences({
+ app: { name: '鏂伴珮鐢靛姏鏅洪�犲钩鍙�' },
+ copyright: { companyName: '鏂伴珮鐢靛姏鏅洪�犲钩鍙�' },
+ logo: { source: '/logos/xgdl.svg' },
+ });
if (__APP_FAVICON__) {
const link = document.querySelector('link[rel="icon"]');
if (link) {
--
Gitblit v1.9.3