在vue.config.js文件中配置

module.exports={
    publicPath:'./',
    outputDir:'dist',
    assetsDir:'static',
}