修改路径
This commit is contained in:
parent
7470b59060
commit
0645f96c9f
|
|
@ -1,9 +1,8 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 9100
|
||||
port: 9101
|
||||
servlet:
|
||||
context-path: ynRealName
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
application:
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue