设备id显示
This commit is contained in:
parent
2361be1835
commit
4f891569b9
|
|
@ -6,6 +6,12 @@
|
|||
<div class="layui-card">
|
||||
<div class="layui-card-body">
|
||||
<div class="form-horizontal layui-form">
|
||||
<div class="layui-form-item row">
|
||||
<label class="layui-form-label col-md-2" for="Url">设备ID</label>
|
||||
<div class="col-md-4">
|
||||
<p class="tiptext" style="line-height:35px;">@Model.data.DeviceId</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item row">
|
||||
<label class="layui-form-label col-md-2" for="Url">推送地址</label>
|
||||
<div class="col-md-4">
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
|
|
@ -13,8 +13,12 @@
|
|||
"packagesPath": "D:\\nuget\\Package",
|
||||
"outputPath": "H:\\liuzl_ybhdmob\\Waste\\WasteHexTest\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
|
|
@ -22,6 +26,7 @@
|
|||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"D:\\nuget\\.nuget\\packages": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,11 +5,12 @@
|
|||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">D:\nuget\Package</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">D:\nuget\Package</NuGetPackageFolders>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">D:\nuget\Package;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.2.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="D:\nuget\Package\" />
|
||||
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -8,7 +8,8 @@
|
|||
"net6.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"D:\\nuget\\Package": {}
|
||||
"D:\\nuget\\Package": {},
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
|
|
@ -19,8 +20,12 @@
|
|||
"packagesPath": "D:\\nuget\\Package",
|
||||
"outputPath": "H:\\liuzl_ybhdmob\\Waste\\WasteHexTest\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
|
|
@ -28,6 +33,7 @@
|
|||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"D:\\nuget\\.nuget\\packages": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "lY42h0zUtKzGDRWj7nKNqZxNXZqBS+wt2hqLGwZZ67l1w6K+6e+moZJclUUyW3tWsiciJOBV7cjzBmMeTrvT/g==",
|
||||
"dgSpecHash": "dv4us1DuXF+OwcObWkJAWlO1rDxBRtf4TrzrC0QpW15vDIjo3VyB7CYt6geP9txURZ/PNi4zKNhTuOldzU59fw==",
|
||||
"success": true,
|
||||
"projectFilePath": "H:\\liuzl_ybhdmob\\Waste\\WasteHexTest\\WasteHexTest.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue