修改文件路径
							parent
							
								
									98a9a62b2d
								
							
						
					
					
						commit
						26e246e71a
					
				| 
						 | 
				
			
			@ -527,7 +527,7 @@ public static class FileStoreHelper
 | 
			
		|||
    public static string GetBestStoreDisk(IWebHostEnvironment _hostEnvironment)
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
        var json = File.ReadAllText("appsettings.json");
 | 
			
		||||
        var json = File.ReadAllText( Path.Combine(_hostEnvironment.ContentRootPath, "appsettings.json"));
 | 
			
		||||
 | 
			
		||||
        JObject jsonObject = JObject.Parse(json, new JsonLoadSettings() { CommentHandling = CommentHandling.Load });
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue