From 7b548b5403e9b92cc9830e70df29289e125884d1 Mon Sep 17 00:00:00 2001 From: fxzer Date: Fri, 9 Jun 2023 14:38:15 +0800 Subject: [PATCH] fix(project): motify the comment wrong word --- src/store/modules/theme/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/theme/helpers.ts b/src/store/modules/theme/helpers.ts index 35c355a3..803b0cf7 100644 --- a/src/store/modules/theme/helpers.ts +++ b/src/store/modules/theme/helpers.ts @@ -6,7 +6,7 @@ import { localStg, addColorAlpha, getColorPalette } from '@/utils'; /** 初始化主题配置 */ export function initThemeSettings() { const isProd = import.meta.env.PROD; - // 生产环境才缓存主题配置,本地开发实时调整配置更改配置的json + // 生产环境已缓存主题配置,本地开发实时调整配置更改配置的json const storageSettings = localStg.get('themeSettings'); if (isProd && storageSettings) {