背景
统一的请求地址,使用自带的<base href="#" />标签,无效
方案
增加后缀斜杠,就好了,保证以以斜杠结束
效果
失败的:
<base href="http://127.0.0.1:8080/ytdetection1" />
成功的
<base href="http://127.0.0.1:8080/ytdetection1/" />
结束
细节决定一切
2018-11-18 21:42:11
浏览 3103
背景
统一的请求地址,使用自带的<base href="#" />标签,无效
方案
增加后缀斜杠,就好了,保证以以斜杠结束
效果
失败的:
<base href="http://127.0.0.1:8080/ytdetection1" />
成功的
<base href="http://127.0.0.1:8080/ytdetection1/" />
结束
细节决定一切
随时随地看视频慕课网APP