chore: 修改服务器代理地址
parent
6a0e381dcb
commit
faf6bdedc8
|
@ -7,7 +7,7 @@ const CompressPlugin = require('compress-webpack-plugin')
|
|||
function resolve(dir) {
|
||||
return path.join(__dirname, dir)
|
||||
}
|
||||
const httpType = 'https://'
|
||||
const httpType = 'http://'
|
||||
const proxyUrl = '10.10.33.54:60006' // 代理地址设置
|
||||
|
||||
// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
|
||||
|
|
Loading…
Reference in New Issue