修改路径

This commit is contained in:
haozq 2025-08-21 14:58:24 +08:00
parent 7470b59060
commit 0645f96c9f
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# Tomcat # Tomcat
server: server:
port: 9100 port: 9101
servlet: servlet:
context-path: ynRealName context-path: ynRealName
# Spring # Spring
spring: spring:
application: application:

View File

@ -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 ctxPath = IP_URL+"/bmw";
var currentHostname = window.location.hostname; var currentHostname = window.location.hostname;