Browse Source

:bug: 图片地址错误问题

zhanghe 6 years ago
parent
commit
ee3ddc703b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/stage/index/style/IndexScene.less

+ 1 - 1
src/stage/index/style/IndexScene.less

@@ -7,7 +7,7 @@
 	left: 0;
 	top: 0;
 	padding: 0.05rem 1.2rem 0;
-	background-image: url('assets/img/Indexscene/background.jpg');
+	background-image: url('assets/img/IndexScene/background.jpg');
 	background-size: cover;
 	background-repeat: no-repeat;
 	overflow: hidden;