系统登入界面的设计

This commit is contained in:
叶锦涛
2025-10-28 16:27:42 +08:00
parent ddc7ce2fe7
commit f99f8eb560
4 changed files with 182 additions and 32 deletions

View File

@@ -3,6 +3,10 @@ export default {
* 网页标题
*/
title: import.meta.env.VITE_APP_TITLE,
/**
* 系统名称
*/
systemName: import.meta.env.VITE_APP_SYSTEM_NAME || 'XXX医院信息管理系统',
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/