mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	fix: axios error
This commit is contained in:
		| @@ -48,7 +48,7 @@ service.interceptors.request.use( | ||||
|     // 设置租户 | ||||
|     if (tenantEnable && tenantEnable === 'true') { | ||||
|       const tenantId = getTenantId() | ||||
|       if (tenantId) service.defaults.headers.common['tenant-id'] = tenantId | ||||
|       if (tenantId) (config as Recordable).headers.common['tenant-id'] = tenantId | ||||
|     } | ||||
|     const params = config.params || {} | ||||
|     const data = config.data || false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu4j
					xingyu4j