标签:https 资源 相对路径 http tps log scroll tiny net
解决:将引入的资源相对路径改为绝对路径
<link rel="stylesheet" href="./static/css/scroll.css">
↓
<link rel="stylesheet" href="/static/css/scroll.css">
参考文章:
标签:https 资源 相对路径 http tps log scroll tiny net
原文地址:https://www.cnblogs.com/ifon/p/12389470.html