feat: 更新业务及控件功能

This commit is contained in:
cyf
2026-08-21 17:21:18 +08:00
parent d3587a16f1
commit dd58f12374
16 changed files with 220 additions and 86 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ namespace Lskj.Main.Model
private static string BuildBsMenuUrl(string dllName, string dllCoid)
{
return string.Format(
"pages/app/app.html?xtype={0}&dllcoid={1}&username={2}&password={3}",
"pages/app/app.html?xtype={0}&dllcoid={1}&username={2}&password={3}&f=1",
dllName,
dllCoid,
ERPInfo.Instance.UserName,