

idea+tomcat 都是相同的模版代码,为什么有些页面会在中间断开?ctrl+F5重载资源也没用
而且被中断的部分也就是一个常规的svg矢量图,已经发生很多次了,都是在这张图附近,但是其他页面能运行,应该没啥毛病吧
<i style="display:block;"><?xml version="1.0" encoding="UTF-8"?>
<svg width="12" height="12" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M38 8H10C8.89543 8 8 8.89543 8 10V38C8 39.1046 8.89543 40 10 40H38C39.1046 40 40 39.1046 40 38V10C40 8.89543 39.1046 8 38 8Z" fill="rgba(255,255,255,0.7)" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linejoin="round"/>
<path d="M28 20H20V28H28V20Z" fill="#393D49" stroke="#393D49" stroke-width="8" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9092 2V8V2Z" fill="rgba(255,255,255,0.7)"/>
<path d="M14.9092 2V8" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9092 40V46V40Z" fill="rgba(255,255,255,0.7)"/>
<path d="M14.9092 40V46" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 2V8V2Z" fill="rgba(255,255,255,0.7)"/>
<path d="M24 2V8" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 40V46V40Z" fill="rgba(255,255,255,0.7)"/>
<path d="M24 40V46" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.0908 2V8V2Z" fill="rgba(255,255,255,0.7)"/>
<path d="M33.0908 2V8" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.0908 40V46V40Z" fill="rgba(255,255,255,0.7)"/>
<path d="M33.0908 40V46" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.9092H8H2Z" fill="rgba(255,255,255,0.7)"/>
<path d="M2 14.9092H8" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40 14.9092H46H40Z" fill="rgba(255,255,255,0.7)"/>
<path d="M40 14.9092H46" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 24H8H2Z" fill="rgba(255,255,255,0.7)"/>
<path d="M2 24H8" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40 24H46H40Z" fill="rgba(255,255,255,0.7)"/>
<path d="M40 24H46" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 33.0908H8H2Z" fill="rgba(255,255,255,0.7)"/>
<path d="M2 33.0908H8" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40 33.0908H46H40Z" fill="rgba(255,255,255,0.7)"/>
<path d="M40 33.0908H46" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</i>