From 2d702ad96a83106ae34c61f8c859061e7d021030 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期一, 23 六月 2025 16:02:19 +0800
Subject: [PATCH] 处理包装列表、计量单位列表、客户管理列表分页未显示问题

---
 Pda/web.config |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Pda/web.config b/Pda/web.config
index 50fe318..e073197 100644
--- a/Pda/web.config
+++ b/Pda/web.config
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
     <system.webServer>
-        <httpRedirect enabled="false" destination="login.html" exactDestination="true" childOnly="true" />
+        <httpRedirect enabled="true" destination="test.html" exactDestination="false" childOnly="false" />
         <defaultDocument>
             <files>
                 <remove value="default.aspx" />
@@ -10,6 +10,7 @@
                 <remove value="index.htm" />
                 <remove value="Default.asp" />
                 <remove value="Default.htm" />
+                <add value="test.html" />
                 <add value="login.html" />
             </files>
         </defaultDocument>

--
Gitblit v1.8.0