access the project file in www.a.com/HMall, which contains static and index.html, but the background image in css cannot be found. The address of the accessed image is www.a.com/static/icon.png,. The real image address is www.a.com/HMall/static/icon.png
. 
 login.css 

config/index.js

 assetsPublickPath:/HMall
build/utils.js

 publicPath:"/HMall/"
: publicPath  icon.png,  www.a.com/static/icon.png 
 
