From 4a4c11c1d1ac7d0eb255678f7c96d06363e168ab Mon Sep 17 00:00:00 2001 From: DYL0109 <1332079466@qq.com> Date: 星期三, 22 一月 2025 17:35:34 +0800 Subject: [PATCH] !38 添加节能项目管理和政策法规页面 Merge pull request !38 from 张嘉伟/zcc_dev --- zhitan-vue/src/settings.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhitan-vue/src/settings.js b/zhitan-vue/src/settings.js index 08a0108..3a7443d 100644 --- a/zhitan-vue/src/settings.js +++ b/zhitan-vue/src/settings.js @@ -6,7 +6,7 @@ /** * 渚ц竟鏍忎富棰� 娣辫壊涓婚theme-dark锛屾祬鑹蹭富棰榯heme-light */ - sideTheme: 'theme-dark', + sideTheme: "theme-dark", /** * 鏄惁绯荤粺甯冨眬閰嶇疆 */ @@ -43,5 +43,5 @@ * The default is only used in the production env * If you want to also use it in dev, you can pass ['production', 'development'] */ - errorLog: 'production' + errorLog: "production", } -- Gitblit v1.9.3