Compare commits
No commits in common. "4b3e1a909be7ec7b59bc04150de643ef865edf87" and "69bda35e9781ce72953693cba0330a6b03f00978" have entirely different histories.
4b3e1a909b
...
69bda35e97
|
@ -8,8 +8,8 @@ export default defineNuxtPlugin((nuxtApp) => {
|
|||
const api = $fetch.create({
|
||||
onRequest({ request, options, error }) {
|
||||
options.baseURL =
|
||||
config.public.NUXT_PUBLIC_BASE_URL +
|
||||
config.public.NUXT_PUBLIC_API_NAME +
|
||||
config.public.VITE_BASE_URL +
|
||||
config.public.VITE_API_NAME +
|
||||
options.baseURL;
|
||||
|
||||
if (token) {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 490 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 783 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 263 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 304 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.2 MiB |
|
@ -1 +1 @@
|
|||
Subproject commit cf862e1a2ff73ac77960c14a078d50bf78754506
|
||||
Subproject commit 363d1269f2ff09e8e138d7a8e8aaa773d59913f3
|
Loading…
Reference in New Issue
Block a user