mirror of
https://github.com/vastsa/FileCodeBoxFronted.git
synced 2026-01-10 06:57:38 +08:00
1
This commit is contained in:
@@ -1 +1 @@
|
||||
VITE_API_BASE_URL_DEV=https://share.lanol.cn
|
||||
VITE_API_BASE_URL_DEV=http://localhost:12345
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user