chore: 更新代理地址协议
							parent
							
								
									b1900c39b2
								
							
						
					
					
						commit
						395df39f6c
					
				| 
						 | 
					@ -7,7 +7,7 @@ const CompressPlugin = require('compress-webpack-plugin')
 | 
				
			||||||
function resolve(dir) {
 | 
					function resolve(dir) {
 | 
				
			||||||
  return path.join(__dirname, dir)
 | 
					  return path.join(__dirname, dir)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
const httpType = 'http://'
 | 
					const httpType = 'https://'
 | 
				
			||||||
const proxyUrl = '10.10.33.54:60006' // 代理地址设置
 | 
					const proxyUrl = '10.10.33.54:60006' // 代理地址设置
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
 | 
					// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue