This commit is contained in:
xiaojunnuo
2024-10-12 17:04:53 +08:00
parent 9b68009eb3
commit a10b8aa042
3 changed files with 7 additions and 2 deletions
@@ -136,7 +136,6 @@ export const useSettingStore = defineStore({
_.merge(this.plusInfo, allSettings.plusInfo || {});
//@ts-ignore
this.initSiteInfo(allSettings.siteInfo || {});
await this.checkUrlBound();
},
initSiteInfo(siteInfo: SiteInfo) {
//@ts-ignore