瀏覽代碼

修改备案网站背景图

locky 2 年之前
父節點
當前提交
f22e5e869e
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      Ansjer/urls.py
  2. 1 1
      Controller/LogManager.py

+ 1 - 0
Ansjer/urls.py

@@ -402,6 +402,7 @@ urlpatterns = [
     # 定时收集数据任务接口
     # 定时收集数据任务接口
     re_path(r'^cron/collect/(?P<operation>.*)', CronTaskController.CronCollectDataView.as_view()),
     re_path(r'^cron/collect/(?P<operation>.*)', CronTaskController.CronCollectDataView.as_view()),
 
 
+    # 国内域名备案网站/错误路径
     re_path('(?P<path>.*)', LogManager.errorPath),
     re_path('(?P<path>.*)', LogManager.errorPath),
 
 
 ]
 ]

+ 1 - 1
Controller/LogManager.py

@@ -382,7 +382,7 @@ ul {
 
 
 .banner {
 .banner {
     height: 380px;
     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;
     background-size: cover;
 }
 }