absolute path

String path = request.getContextPath(); 
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 
%> 
<base href ="<%=basePath%>">



Remarks: 1. Change the relative road strength to absolute path 2. Put it in the <head>,

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326764686&siteId=291194637