From 85e233bde14d26d876eabf5ff64d7ae801fd75db Mon Sep 17 00:00:00 2001 From: zhitan-cloud <394600+ustcyc@user.noreply.gitee.com> Date: 星期一, 06 一月 2025 22:23:56 +0800 Subject: [PATCH] test --- energy_management_ui/src/settings.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/energy_management_ui/src/settings.js b/energy_management_ui/src/settings.js index ddeef7c..5083dd1 100644 --- a/energy_management_ui/src/settings.js +++ b/energy_management_ui/src/settings.js @@ -1,5 +1,5 @@ module.exports = { - title: '涓滀附鍖荤枟鑳芥簮绠$悊绯荤粺', + title: "缁煎悎鑳芥簮绠$悊", /** * 鏄惁绯荤粺甯冨眬閰嶇疆 @@ -14,7 +14,7 @@ /** * 鏄惁鍥哄畾澶撮儴 */ - fixedHeader: false, + fixedHeader: true, /** * 鏄惁鏄剧ずlogo @@ -27,5 +27,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