🌷 UI(dr): 调整皮肤配色为蓝黑

This commit is contained in:
fhysy 2024-07-01 15:58:14 +08:00
parent 088f539be6
commit ead720c6c7
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ VUE_APP_SYSTEM_NAME = 'DS-service'
VUE_APP_LOGIN_PAGE = 'login-blue-white'
# 系统配色 theme-green、theme-blue-black、theme-blue-white
#VUE_APP_THEME_CLASS = 'theme-green'
#VUE_APP_THEME_CLASS = 'theme-blue-black'
VUE_APP_THEME_CLASS = 'theme-blue-white'
VUE_APP_THEME_CLASS = 'theme-blue-black'
#VUE_APP_THEME_CLASS = 'theme-blue-white'
# 智慧用电管理系统/开发环境
VUE_APP_BASE_API = '/prod-api'