+ لینک گفتگو کاربر با شما
+ لینک گفتگو کاربر با دستیار هوش مصنوعی
+
+ Style="height: 30px;cursor:pointer;margin-left:10px" />
}
else
@@ -41,7 +48,7 @@
@@ -70,11 +77,14 @@
@code {
+ public string hrefuserpanel { get { return $"UserCP/{CompanyID}"; } }
+ public string hrefai { get { return $"aichat/{CompanyID}"; } }
private Modal modal = default!;
public string Info { get; set; } = "";
private string SelectedMenu = "page2";
public string Username { get; set; }
public string Fullname { get; set; }
+ public int CompanyID { get; set; } = 0;
public byte[]? img { get; set; }
public string Role { get; set; }
bool isonline = false;
@@ -89,6 +99,7 @@
//Roles = await localStorageService.GetItem
}
@if (!string.IsNullOrWhiteSpace(msg.text))
@@ -248,7 +248,7 @@
{
@msg.text
}
- شناسه شرکت : @CompanyID
@Fullname
@TitleRole
@@ -31,7 +38,7 @@ @if (img != null && img.Length > 0) {- >("Role");
Username = await localStorageService.GetItem