vue-cli3 path packaged attention problems

After vue-cli3 Packaging page given path, the path need to be re-set in accordance with the official vue.config.js, specific code as follows:

module.exports ={
baseUrl :process.env.NODE_ENV === 'production'
?'./':'/'
}

Guess you like

Origin www.cnblogs.com/zhx119/p/10953148.html