@@ -402,6 +402,7 @@ urlpatterns = [
# 定时收集数据任务接口
re_path(r'^cron/collect/(?P<operation>.*)', CronTaskController.CronCollectDataView.as_view()),
+ # 国内域名备案网站/错误路径
re_path('(?P<path>.*)', LogManager.errorPath),
]
@@ -382,7 +382,7 @@ ul {
.banner {
height: 380px;
- background: url('http://proff01a9a1.pic12.ysjianzhan.cn/upload/i0ja.jpg') no-repeat center;
+ background: url('https://ansjerfilemanager.s3.cn-northwest-1.amazonaws.com.cn/app/static/backdrop.jpg') no-repeat center;
background-size: cover;
}