From 0645f96c9f4a95ec8463f81bd828c882ac2a95a9 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Thu, 21 Aug 2025 14:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway/src/main/resources/bootstrap.yml | 3 +-- modules/bmw/src/main/resources/static/js/publicJs.js | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gateway/src/main/resources/bootstrap.yml b/gateway/src/main/resources/bootstrap.yml index 2ccf5de..cd56a3d 100644 --- a/gateway/src/main/resources/bootstrap.yml +++ b/gateway/src/main/resources/bootstrap.yml @@ -1,9 +1,8 @@ # Tomcat server: - port: 9100 + port: 9101 servlet: context-path: ynRealName - # Spring spring: application: diff --git a/modules/bmw/src/main/resources/static/js/publicJs.js b/modules/bmw/src/main/resources/static/js/publicJs.js index 5d54ce1..d853fa0 100644 --- a/modules/bmw/src/main/resources/static/js/publicJs.js +++ b/modules/bmw/src/main/resources/static/js/publicJs.js @@ -1,4 +1,7 @@ -let IP_URL="http://127.0.0.1:9100/ynRealName" +//测试路径 +// let IP_URL="http://192.168.0.14:9101/ynRealName" +//本地ip +let IP_URL="http://127.0.0.1:9101/ynRealName" var ctxPath = IP_URL+"/bmw"; var currentHostname = window.location.hostname;