我正在使用vue-router在菜单之间导航,并使用axios做一些请求。每当重新加载页面时,侧栏上的图像就会消失。我不确定是什么原因造成的。提前致谢。
前
重装后
<aside class="main-sidebar elevation-4" style="background-color:#F4F6F9">
<a href="#" class="brand-link">
<img src="./img/logo.png" class="brand-image img-thumbnail elevation-3">
<img src="./img/uthm.png" class="brand-image img-thumbnail elevation-3">
<br>
</a>
</aside>