mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-13 15:04:41 -05:00
Debug
This commit is contained in:
parent
6eb298c0b9
commit
e6b3f4142f
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ export const usePowerItems = defineStore('powerItems', () => {
|
||||||
async function fetchBlessingItems() {
|
async function fetchBlessingItems() {
|
||||||
getConfig().then((conf: Config | null) => {
|
getConfig().then((conf: Config | null) => {
|
||||||
if (conf !== null) {
|
if (conf !== null) {
|
||||||
|
console.log(conf)
|
||||||
apiBaseURL = conf.apiBaseURL
|
apiBaseURL = conf.apiBaseURL
|
||||||
return conf
|
return conf
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue