经常会遇到使用本地图片做背景时,在本地预览没问题,到了app调试,图片就不出现的问题
使用这种写法
background: url(~@/static/index/neckdiscount.png)no-repeat;
即可解决问题