Merge branch 'refs/heads/v2' into v2-dev

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