mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
VITE_API_BASE_URL=http://10.10.10.103:3001/api/v1/
|
VITE_API_BASE_URL=http://localhost:3001/api/v1/
|
||||||
|
|||||||
@@ -282,7 +282,7 @@ const dropdownItems = ref([
|
|||||||
<small>{{ item.raw.date }}</small>
|
<small>{{ item.raw.date }}</small>
|
||||||
</template>
|
</template>
|
||||||
<template #item.errmsg="{ item }">
|
<template #item.errmsg="{ item }">
|
||||||
{{ item.raw.errmsg }}
|
<small class="text-error">{{ item.raw.errmsg }}</small>
|
||||||
</template>
|
</template>
|
||||||
<template #item.actions="{ item }">
|
<template #item.actions="{ item }">
|
||||||
<IconBtn>
|
<IconBtn>
|
||||||
|
|||||||
Reference in New Issue
Block a user