Solution: build->, modify: add
publicPath:'../../', if () { return ({ use: loaders, publicPath:'../../', fallback: 'vue-style-loader' }) } else { return ['vue-style-loader'].concat(loaders) }
The above article solves the problem that the background image quoted by CSS in the vuejs project cannot be displayed is all the content shared by the editor. I hope it can give you a reference and I hope you can support me more.