From b86771c87f19521b18f8bbf5751e98239e8f1450 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 07 四月 2024 22:57:55 +0800 Subject: [PATCH] 新增休息日 --- src/config/index.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 1146f23..463c3d9 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -1,3 +1,11 @@ +/* + * @Author: lzhe lzhe@example.com + * @Date: 2024-03-26 10:28:33 + * @LastEditors: lzhe lzhe@example.com + * @LastEditTime: 2024-04-07 12:16:15 + * @FilePath: /smart-web/src/config/index.js + * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE + */ const DEFAULT_CONFIG = { //鏍囬 APP_NAME: process.env.VUE_APP_TITLE, @@ -31,7 +39,7 @@ //甯冨眬 榛樿锛歞efault | 閫氭爮锛歨eader | 缁忓吀锛歮enu | 鍔熻兘鍧烇細dock //dock灏嗗叧闂爣绛惧拰闈㈠寘灞戞爮 - LAYOUT: 'default', + LAYOUT: 'dock', //鑿滃崟鏄惁鎶樺彔 MENU_IS_COLLAPSE: false, -- Gitblit v1.9.3