修改接口路径

This commit is contained in:
2022-02-02 03:18:22 +08:00
parent 061fde4eaf
commit ab7b714461
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ html, body, #container {
min-height:100%;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
background: $colorBodyBg url(/api/common/randomBg?label=background) no-repeat;
background: $colorBodyBg url(/api/v1/common/randomBg?label=background) no-repeat;
background-size: contain;
background-position: right;
// overflow-scrolling: touch;
+1 -1
View File
@@ -1,5 +1,5 @@
.left-col {
background: $colorBg url(/api/common/randomBg?label=banner) no-repeat;
background: $colorBg url(/api/v1/common/randomBg?label=banner) no-repeat;
background-size: cover;
background-position: top;
width: 300px;