npm打包解决路径问题

98 阅读1分钟

项目根目录下新建 vue.config.js 文件

module.exports = {
	publicPath: './'
}