From e228184b72ddc76a2170fe33b786853303e58c06 Mon Sep 17 00:00:00 2001 From: "chenxuehai@alltuu.com" Date: Fri, 24 Mar 2023 17:42:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pinia=E7=9A=84projectSetting=E5=86=85get?= =?UTF-8?q?ters=20getCrumbsSetting=E8=BF=94=E5=9B=9E=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/projectSetting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/projectSetting.ts b/src/store/modules/projectSetting.ts index 9c2c3cd..aa54bb8 100644 --- a/src/store/modules/projectSetting.ts +++ b/src/store/modules/projectSetting.ts @@ -69,7 +69,7 @@ export const useProjectSettingStore = defineStore({ return this.multiTabsSetting; }, getCrumbsSetting(): object { - return this.multiTabsSetting; + return this.crumbsSetting; }, getPermissionMode(): string { return this.permissionMode;