| 
					
				 | 
			
			
				@@ -108,10 +108,11 @@ const vueConfig = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     proxy: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       '/api': { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        target: 'http://192.168.16.104:8503/qpls-md', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        // target: 'http://qpls-md.360arrow.com.cn/qpls-md', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // target: 'http://192.168.16.104:8503/qpls-md', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        target: 'http://qpls-md.360arrow.com.cn/qpls-md', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // target: 'http://380d150d.nat123.fun:38226/qpls-md', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        ws: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // ws: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        ws: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         changeOrigin: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         pathRewrite: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           '^/api': '' 
			 |