From 19e95f4acc328bbf62a0427fe658d00268019e66 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 07 四月 2025 10:14:34 +0800 Subject: [PATCH] 修改IIS配置 --- Wms/Wms/Properties/launchSettings.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/Wms/Properties/launchSettings.json b/Wms/Wms/Properties/launchSettings.json index cad583c..31b9509 100644 --- a/Wms/Wms/Properties/launchSettings.json +++ b/Wms/Wms/Properties/launchSettings.json @@ -23,7 +23,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://192.168.137.94:8081/", + "applicationUrl": "http://localhost:50515", "sslPort": 44363 } } -- Gitblit v1.8.0