Skip to content

Commit 5313164

Browse files
committed
proxy fix 2
1 parent dae2879 commit 5313164

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/stores/ConfigStore.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ export const useConfigStore = defineStore('configStore', {
3434
onSuccess: (data) => {
3535
this._config = data
3636
this._ready = true
37-
if (data.base_path) {
38-
// Update API base path if needed.
39-
// mainApi.apiClient.defaults.baseURL = data.base_path
40-
console.log(3333, data.base_path)
41-
}
4237
},
4338
onError: (err) => {
4439
console.error('Failed to load config:', err)

0 commit comments

Comments
 (0)