🐛 Testing out the new SSR cookie forward

This commit is contained in:
2025-10-04 15:49:09 +08:00
parent 453319bac1
commit cad3b38432
5 changed files with 17 additions and 9 deletions

View File

@@ -203,7 +203,7 @@ const username = computed(() => {
// Use useFetch with the correct API URL to avoid router conflicts
const apiBase = useSolarNetworkUrl()
const apiBaseServer = useSolarNetworkUrl(true)
const apiBaseServer = useSolarNetworkUrl()
try {
const { data, error } = await useFetch(

View File

@@ -27,7 +27,7 @@ function loadTheme(mode: string) {
}
}
const apiBase = useSolarNetworkUrl(true)
const apiBase = useSolarNetworkUrl()
onMounted(() => {
const ui = SwaggerUIBundle({