diff --git a/src/stores/powerItems.ts b/src/stores/powerItems.ts index c35a8a1..01cd9af 100644 --- a/src/stores/powerItems.ts +++ b/src/stores/powerItems.ts @@ -25,6 +25,7 @@ export const usePowerItems = defineStore('powerItems', () => { const FELLOW_POWER_ITEM_STORAGE = 'FELLOW_POWER_ITEM_STORAGE' const INTIMACY_POWER_ITEM_STORAGE = 'INTIMACY_POWER_ITEM_STORAGE' const apiBaseURL = inject(apiBaseURLKey)! + console.log(apiBaseURL) //#endregion //#region state