vue项目中引用static目录下的静态资源报错被重定向问题
作者:互联网
在config/index.js中 dev中
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {},
/********************/
assetsPublicPath 的路径一定要定为'/'
标签:index,vue,proxyTable,assetsPublicPath,static,报错 来源: https://www.cnblogs.com/yihuite-zch/p/10599098.html