Merge branch 'permission' of http://101.43.201.20:3000/yanghongwei/ly-front into permission
This commit is contained in:
		
						commit
						d057a5df47
					
				| 
						 | 
					@ -62,7 +62,7 @@ export default {
 | 
				
			||||||
            ? localhostPath
 | 
					            ? localhostPath
 | 
				
			||||||
            : process.env.VUE_APP_API_URL;
 | 
					            : process.env.VUE_APP_API_URL;
 | 
				
			||||||
        connection = new signalR.HubConnectionBuilder()
 | 
					        connection = new signalR.HubConnectionBuilder()
 | 
				
			||||||
          .withUrl("ws://114.66.57.139:5001" + "/websocket", {
 | 
					          .withUrl(uploadUrl + "/websocket", {
 | 
				
			||||||
            skipNegotiation: true,
 | 
					            skipNegotiation: true,
 | 
				
			||||||
            transport: signalR.HttpTransportType.WebSockets
 | 
					            transport: signalR.HttpTransportType.WebSockets
 | 
				
			||||||
          })
 | 
					          })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue