chore: 更新代理地址协议
							parent
							
								
									8b3f5e64cb
								
							
						
					
					
						commit
						cb280339c0
					
				| 
						 | 
					@ -12,7 +12,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 = 'develop.cmp56.com:60006/' // 代理地址设置
 | 
					// const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置
 | 
				
			||||||
const proxyUrl = '10.10.33.54:60006' // 代理地址设置
 | 
					const proxyUrl = '10.10.33.54:60006' // 代理地址设置
 | 
				
			||||||
// const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/';
 | 
					// const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue