From a599e3205cf2015d9064fbba66a491fdb3a36d5b Mon Sep 17 00:00:00 2001
From: 如洲 陈 <1278080563@qq.com>
Date: 星期三, 25 六月 2025 09:37:29 +0800
Subject: [PATCH] 销售退货通知单当结束标识为空时转为0

---
 MESApplication/Properties/launchSettings.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MESApplication/Properties/launchSettings.json b/MESApplication/Properties/launchSettings.json
index b1c68c4..116b55b 100644
--- a/MESApplication/Properties/launchSettings.json
+++ b/MESApplication/Properties/launchSettings.json
@@ -25,7 +25,7 @@
     "windowsAuthentication": false,
     "anonymousAuthentication": true,
     "iisExpress": {
-      "applicationUrl": "http://192.168.1.164:10054",
+      "applicationUrl": "http://localhost:10054",
       "sslPort": 0
     }
   }

--
Gitblit v1.9.3