From ead720c6c7c5cecc2040ba5c98f6ac8f8ff96d72 Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Mon, 1 Jul 2024 15:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B7=20UI(dr):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=9A=AE=E8=82=A4=E9=85=8D=E8=89=B2=E4=B8=BA=E8=93=9D=E9=BB=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.drprod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'