diff --git a/.env.drprod b/.env.drprod index 7c794492..f21715a6 100644 --- a/.env.drprod +++ b/.env.drprod @@ -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'