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: '用户管理',