This commit is contained in:
jxxghp
2023-07-22 21:57:38 +08:00
parent 11a1367ae3
commit 195069b183
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
VITE_API_BASE_URL=http://10.10.10.103:3001/api/v1/
VITE_API_BASE_URL=http://localhost:3001/api/v1/

View File

@@ -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>