diff --git a/src/stores/powerItems.ts b/src/stores/powerItems.ts index d9a12d7..b9e2c3d 100644 --- a/src/stores/powerItems.ts +++ b/src/stores/powerItems.ts @@ -52,6 +52,7 @@ export const usePowerItems = defineStore('powerItems', () => { async function fetchBlessingItems() { getConfig().then((conf: Config | null) => { if (conf !== null) { + console.log(conf) apiBaseURL = conf.apiBaseURL return conf }