From f54701fe50ec54d444ff0630a60522142493c2ac Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 17 二月 2023 17:46:12 +0800
Subject: [PATCH] 卷帘窗帘跳转异常修复

---
 HDL-ON_Android/HDL-ON_Android.csproj |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index b10ef94..bfd4a20 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -182,9 +182,6 @@
     <Reference Include="ScanSdk">
       <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath>
     </Reference>
-    <Reference Include="ZxingSDK">
-      <HintPath>..\..\LC\Android\ZxingSDK.dll</HintPath>
-    </Reference>
     <Reference Include="Shared.Droid.LCVideoSDK">
       <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath>
     </Reference>
@@ -199,6 +196,9 @@
     </Reference>
     <Reference Include="LcPullToRefreshRecyclerView">
       <HintPath>..\DLL\LC\Android\LcPullToRefreshRecyclerView.dll</HintPath>
+    </Reference>
+    <Reference Include="ZxingSDK">
+      <HintPath>..\DLL\LC\Android\ZxingSDK.dll</HintPath>
     </Reference>
     <Reference Include="LcVideoSdk">
       <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath>
@@ -409,11 +409,11 @@
     <AndroidAsset Include="Assets\h5\static\images\down-icon-unselect.png" />
     <AndroidAsset Include="Assets\h5\static\images\co2-reduction-ic.png" />
     <AndroidAsset Include="Assets\h5\static\images\left-icon.png" />
-    <AndroidAsset Include="Assets\h5\static\js\index.fdfbe853.js" />
+    <AndroidAsset Include="Assets\h5\static\js\index.361009bb.js" />
     <AndroidAsset Include="Assets\h5\static\js\chunk-vendors.c6df545a.js" />
-    <AndroidAsset Include="Assets\h5\static\js\pages-inverter-index.8da2cd44.js" />
-    <AndroidAsset Include="Assets\h5\static\js\pages-index-index.fee066cc.js" />
+    <AndroidAsset Include="Assets\h5\static\js\pages-index-index.ab7a6c86.js" />
     <AndroidAsset Include="Assets\h5\static\js\pages-index-index~pages-inverter-index.d05a76d6.js" />
+    <AndroidAsset Include="Assets\h5\static\js\pages-inverter-index.44e518f0.js" />
     <AndroidAsset Include="Assets\h5\static\img\inverter-center.18b181f4.png" />
     <AndroidAsset Include="Assets\h5\static\img\co2-reduction-ic.9c75228c.png" />
     <AndroidAsset Include="Assets\h5\static\img\equal-plant-ic.7ef6befa.png" />
@@ -1629,9 +1629,6 @@
     <Folder Include="Assets\Phone\FunctionIcon\Panel\" />
     <Folder Include="Assets\Phone\FunctionIcon\Inverter\" />
     <Folder Include="Assets\Phone\FunctionIcon\Electrical\MechanicalArm\" />
-  </ItemGroup>
-  <ItemGroup>
-    <AndroidJavaLibrary Include="libs\eventbus-3.0.0.jar" />
   </ItemGroup>
   <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" />
   <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />

--
Gitblit v1.8.0