From cf7252fe619f4d2aa53521945b4fef6b2cc4a779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Mon, 30 Jun 2025 15:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=AE=A1=E7=90=86-=E6=B6=88?= =?UTF-8?q?=E6=AF=92=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE->=E6=B6=88?= =?UTF-8?q?=E6=AF=92=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/settingStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/settingStore.ts b/src/stores/settingStore.ts index c3c6166..437f2e2 100644 --- a/src/stores/settingStore.ts +++ b/src/stores/settingStore.ts @@ -11,7 +11,7 @@ export const useSettingStore = defineStore('setting', () => { name: '消毒历史记录', code: 'history', }, { - name: '消毒参数配置', + name: '消毒默认配置', code: 'defaultFormula', }, { name: '用户管理',