From c5a74fdbf86f7da8ab42a976e6a96c9edb1fc63c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 13 九月 2024 08:09:00 +0800 Subject: [PATCH] # --- zy-acs-flow/src/config/setting.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zy-acs-flow/src/config/setting.js b/zy-acs-flow/src/config/setting.js index bc607f7..a509b35 100644 --- a/zy-acs-flow/src/config/setting.js +++ b/zy-acs-flow/src/config/setting.js @@ -13,7 +13,7 @@ export const SPA_VERSION = '1'; -export const DEFAULT_THEME_NAME = 'soft'; +export const DEFAULT_THEME_NAME = 'rcs'; export const DEFAULT_THEME_MODE = 'light'; @@ -29,4 +29,4 @@ export const OPERATE_MODE = 'undoable'; // pessimistic | optimistic(tip) | undoable -export const EDIT_MODE = 'undoable'; // pessimistic | undoable \ No newline at end of file +export const EDIT_MODE = 'pessimistic'; // pessimistic | undoable \ No newline at end of file -- Gitblit v1.9.1