mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-06 20:43:03 +08:00
fix
This commit is contained in:
@@ -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>
|
||||
</template>
|
||||
<template #item.errmsg="{ item }">
|
||||
{{ item.raw.errmsg }}
|
||||
<small class="text-error">{{ item.raw.errmsg }}</small>
|
||||
</template>
|
||||
<template #item.actions="{ item }">
|
||||
<IconBtn>
|
||||
|
||||
Reference in New Issue
Block a user