1
wtt
2026-03-26 9c1288de8b456eb50ee946929b5aed40684440b5
WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs
@@ -936,7 +936,7 @@
               }
                
                // 获取项目根目录
                string path = HttpContext.Current.Server.MapPath($"~/LanguagePack"); ;
                string path = HttpContext.Current.Server.MapPath($"~/LanguagePack");
                string lang;
                bool langSuccess = LanguageDictionary.TryGetValue(language, out lang);
                if(langSuccess == false)