17 lines
495 B
JavaScript
17 lines
495 B
JavaScript
module.exports = {
|
||
//...
|
||
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
|
||
//...
|
||
// devServer: {
|
||
// proxy: {
|
||
// '/api': {
|
||
// target: 'https://ceshi.yishaxiyi.com/factoryapi',
|
||
// ws: true,
|
||
// changeOrigin: true,
|
||
// pathRewrite: {
|
||
// '^/api': '' //通过pathRewrite重写地址,将前缀/api转为/
|
||
// }
|
||
// }
|
||
// }
|
||
// }
|
||
} |