This commit is contained in:
Lan
2024-10-07 15:37:08 +08:00
parent d5067c6c86
commit ebd268d125
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
VITE_API_BASE_URL_DEV=https://share.lanol.cn
VITE_API_BASE_URL_DEV=http://localhost:12345

View File

@@ -19,7 +19,7 @@
<component :is="alertIcons[alert.type]" class="h-6 w-6 text-white" />
</div>
<div class="ml-3 flex-1 pt-0.5">
<p class="text-sm font-medium text-white">{{ alert.message }}</p>
<p class="text-sm font-medium text-white" v-html="alert.message"></p>
</div>
<div class="ml-4 flex-shrink-0 flex">
<button