From 3665d6ab60f25c79cc0eba2ea754b310c37992c0 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期二, 11 十一月 2025 11:20:36 +0800
Subject: [PATCH] 首页

---
 Wms/Wms/appsettings.json |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Wms/Wms/appsettings.json b/Wms/Wms/appsettings.json
index 06c2dc9..00d8855 100644
--- a/Wms/Wms/appsettings.json
+++ b/Wms/Wms/appsettings.json
@@ -15,7 +15,9 @@
     //"ConnectionString": "Server=192.168.62.200;Database=WMS_JC34;User ID=sa;Password=sql2019;Integrated Security=False;"
     //"ConnectionString": "Server=.;Database=WMS_JC09;User ID=sa;Password=sql2019;Integrated Security=False;"
     //"ConnectionString": "Data Source=DESKTOP-0EJDG95\\MSSQLSERVER1;Initial Catalog=WMS_V01;Integrated Security=True;"
-    "ConnectionString": "Server=.\\MSSQLSERVER2019;Database=WMS_JC34;User ID=sa;Password=admin2023@;Integrated Security=False;"
+    //"ConnectionString": "Server=.\\MSSQLSERVER2019;Database=WMS_JC34;User ID=sa;Password=admin2023@;Integrated Security=False;",
+    //鏈湴鍦板潃
+    "ConnectionString": "Server=localhost;Database=WMS_JC34;User ID=sa;Password=root1234;Integrated Security=False;"
   },
   "JWTConfig": {
     "Issuer": "WYY", //Token      
@@ -25,7 +27,8 @@
   },
   "ApiUrlConfig": {
     "ErpHost": "http://172.16.68.156:50000", //erpIP
-    "WcsHost": "http://10.26.254.34:5005", //wcsIPhttp://localhost:57061/
+    //"WcsHost": "http://10.26.254.34:5005", //wcsIPhttp://localhost:57061/
+    "WcsHost": "http://localhost:9034", //wcsIPhttp://localhost:57061/
     "BoxHost": "http://10.110.24.30:8081", //boxIP
     "LimesHost": "http://10.110.24.30:8081", //LimesIP
 
@@ -51,7 +54,9 @@
   },
   "Quartz": {
     "dbProviderName": "SqlServer",
-    "ConnectionString": "Server=.\\MSSQLSERVER2019;Database=QRTZ;User ID=sa;Password=admin2023@;Integrated Security=False;"
+    //"ConnectionString": "Server=.\\MSSQLSERVER2019;Database=QRTZ;User ID=sa;Password=admin2023@;Integrated Security=False;"
+    //鏈湴鍦板潃
+    "ConnectionString": "Server=localhost;Database=WMS_JC34QRTZ;User ID=sa;Password=root1234;Integrated Security=False;"
     //"connectionString": "Server=192.168.62.200;Database=WMS_JC34QRTZ;User ID=sa;Password=sql2019;Integrated Security=False;"
     //"connectionString": "Server=10.26.200.29;Database=WMS_JC34QRTZ;User ID=sa;Password=boxline@2016;Integrated Security=False;"
   }

--
Gitblit v1.8.0