From 5247f5d991b09bef8dce64ca8fac0e9c804f4584 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 24 四月 2025 09:10:22 +0800 Subject: [PATCH] feat(eims): 优化数据导入功能并添加创建时间排序 --- eims-ui/packages/@core/preferences/src/config.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eims-ui/packages/@core/preferences/src/config.ts b/eims-ui/packages/@core/preferences/src/config.ts index 8a3d191..b3616b9 100644 --- a/eims-ui/packages/@core/preferences/src/config.ts +++ b/eims-ui/packages/@core/preferences/src/config.ts @@ -19,7 +19,7 @@ layout: 'sidebar-nav', locale: 'zh-CN', loginExpiredMode: 'page', - name: 'Vben Admin', + name: 'eims', preferencesButtonPosition: 'auto', watermark: false, }, @@ -31,8 +31,8 @@ styleType: 'normal', }, copyright: { - companyName: 'Vben', - companySiteLink: 'https://www.vben.pro', + companyName: '涓婃捣鍏版郸', + companySiteLink: 'https://shlanpu.cn/', date: '2024', enable: true, icp: '', -- Gitblit v1.9.3