|  | @@ -34,11 +34,20 @@ module.exports = {
 | 
	
		
			
				|  |  |      proxy: {
 | 
	
		
			
				|  |  |        // detail: https://cli.vuejs.org/config/#devserver-proxy
 | 
	
		
			
				|  |  |        [process.env.VUE_APP_BASE_API]: {
 | 
	
		
			
				|  |  | -        // target: `http://192.168.137.1:9010`,
 | 
	
		
			
				|  |  | +        // 华为10M
 | 
	
		
			
				|  |  | +        // target: `http://121.36.212.131:9010/`,
 | 
	
		
			
				|  |  | +        // target: `http://121.36.212.131:9020/`,
 | 
	
		
			
				|  |  | +        target: `http://121.36.212.131:9030/`,
 | 
	
		
			
				|  |  | +        // 华为测试
 | 
	
		
			
				|  |  | +        // target: `http://124.70.179.5:9010/`,
 | 
	
		
			
				|  |  | +        // target: `http://124.70.179.5:9030`,
 | 
	
		
			
				|  |  | +        // target: `http://124.70.179.5:9080/`,
 | 
	
		
			
				|  |  | +        // 大木服务器
 | 
	
		
			
				|  |  | +        // target: `http://115.29.151.39:9010/`,
 | 
	
		
			
				|  |  | +        // target: `http://47.105.221.72:9010/`,
 | 
	
		
			
				|  |  | +        // target: `http://localhost:9020/`,
 | 
	
		
			
				|  |  | +        // target: `http://csmgn2.natappfree.cc`,
 | 
	
		
			
				|  |  |          // target: `http://engineering.echepei.com:9010/`,
 | 
	
		
			
				|  |  | -         target: `http://test.tms.tubaosoft.com:9010/`,
 | 
	
		
			
				|  |  | -        //  target: `https://test.fms.tubaosoft.com/prod-api/`,
 | 
	
		
			
				|  |  | -        //  target: `http://192.168.1.143:9010`,
 | 
	
		
			
				|  |  |          changeOrigin: true,
 | 
	
		
			
				|  |  |          pathRewrite: {
 | 
	
		
			
				|  |  |            ['^' + process.env.VUE_APP_BASE_API]: ''
 |