From 61b7aff4b6666b6964105fe4bfcb6f605bb21baf Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期四, 16 四月 2026 20:26:50 +0800
Subject: [PATCH] 设备运行切片 返回设备状态 图表数据 (时序图) 使用 时间和设备主id作为key,使用json对象返回,前端可使用对应key快速获取时序图数据
---
MoveForm/MoveForm.csproj | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/MoveForm/MoveForm.csproj b/MoveForm/MoveForm.csproj
index 1dbe106..aeb31c1 100644
--- a/MoveForm/MoveForm.csproj
+++ b/MoveForm/MoveForm.csproj
@@ -30,6 +30,14 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+ <PlatformTarget>x86</PlatformTarget>
+ <OutputPath>bin\x86\Debug\</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+ <PlatformTarget>x86</PlatformTarget>
+ <OutputPath>bin\x86\Release\</OutputPath>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
--
Gitblit v1.9.1