修复设备管理权限本地资源导致角色授权显示异常的问题

This commit is contained in:
ChenYi 2025-12-02 14:13:46 +08:00
parent 1b72795a88
commit 3b0c477ca7
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 07f0edcf888bd2df1e63c5d00f3f170554eaf1e9
Subproject commit 323492e10b2937a063c9e60b26bc40c6954503c7

View File

@ -3,6 +3,6 @@
<configuration>
<packageSources>
<add key="JiSheTeam" value="http://192.168.111.248:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />
<add key="nuget" value="https://nuget.cdn.azure.cn/v3/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>