// 不生成map文件 productionSourceMap: false, //文件名稱(chēng)不帶hash值 filenameHashing: false, devServer: { publicPath: '/fund/', proxy: {// 本地調(diào)試轉(zhuǎn)發(fā) '/api': { target: 'http://127.0.0.1:8080', changeOrigin: true, pathRewrite: { '^/api': '', }, }, }, }, };總結(jié)...
www.dbjr.com.cn/article/2350...htm 2025-6-9