Skip to content

Commit

Permalink
fix: fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinyouzeng committed Jun 19, 2024
1 parent eb44912 commit 04a105d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Web/Masa.Tsc.Web.Admin.Rcl/Pages/App/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="my-2 pl-4">手机型号:@PhoneModel()</div>
<div class="my-2 pl-4">操作系统:@ClientOs()</div>
<div class="my-2 pl-4 d-flex justify-start">
<div>角色名称:</div><TooltipCopy TextFunc="(obj)=>RolesNames()"> </TooltipCopy>
<div>角色名称:</div><TooltipCopy TextFunc="(obj)=>RolesNames()" Style="max-width:500px"> </TooltipCopy>
</div>
<div class="pl-4"><MButton OnClick="@(()=>claimShow=true)">查看用户申明数据</MButton></div>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/Web/Masa.Tsc.Web.Admin.Rcl/Pages/App/Index.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ private async Task LoadTrace()
currentLog = default;
return;
}
_userId = Guid.Parse("4bec9903-36d2-4d6a-ca75-08dbebef4650");

dataLoading = true;
StateHasChanged();
Expand Down

0 comments on commit 04a105d

Please sign in to comment.