mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			192 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			192 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
window.globalConfig = {
 | 
						||
    // 默认为空,以访问根目录为api请求地址。若前后端分离部署可单独配置该后端api请求地址
 | 
						||
    "BaseApiUrl": "",
 | 
						||
    "BaseWsUrl": ""
 | 
						||
} |