mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
Merge pull request #228 from Elben9/fix-projectStoreGetters
fix: projectSetting内getters getCrumbsSetting返回对象错误
This commit is contained in:
@@ -69,7 +69,7 @@ export const useProjectSettingStore = defineStore({
|
|||||||
return this.multiTabsSetting;
|
return this.multiTabsSetting;
|
||||||
},
|
},
|
||||||
getCrumbsSetting(): object {
|
getCrumbsSetting(): object {
|
||||||
return this.multiTabsSetting;
|
return this.crumbsSetting;
|
||||||
},
|
},
|
||||||
getPermissionMode(): string {
|
getPermissionMode(): string {
|
||||||
return this.permissionMode;
|
return this.permissionMode;
|
||||||
|
|||||||
Reference in New Issue
Block a user