问题:
<el-image alt=""src="/img/month-b.png" class="card-icon"style="width: 89px;height: 89px;right: -7px;top: -5px;"/>
部署到nginx二级路由访问地址是:
http://192.168.1.207/divided/#
这时候使用el-image包裹的图片显示不了
只能先改成原生img
<imgsrc="/images/month-b.png" class="card-icon"style="width: 89px;height: 89px;right: -7px;top: -5px;"/>
二级路由发布到nginx配置参考
Vue3+Vite Nginx部署 跨域-CSDN博客