|
@@ -400,9 +400,9 @@ onUnmounted(() => $message.destroyAll());
|
|
|
style="
|
|
|
background: linear-gradient(to bottom, #38f6f5 0%, #8efdf4 100%);
|
|
|
"
|
|
|
+ @load="(e) => ((e.target as HTMLImageElement).style.backgroundColor = '')"
|
|
|
/>
|
|
|
<!-- 加上它,在logo加载失败的时候有用 -->
|
|
|
- <!-- @load="(e: any) => (e.target.style = '')" -->
|
|
|
</div>
|
|
|
<a class="close" @click="closeApp">关闭</a>
|
|
|
</header>
|