qiushang пре 1 година
родитељ
комит
e3d9acaa68
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      public/static/ebook/ebook.css
  2. 1 1
      resources/views/home/http/common/header.blade.php

+ 1 - 1
public/static/ebook/ebook.css

@@ -9,7 +9,7 @@
     -moz-transform: translateY(-10px);
     -ms-transform: translateY(-10px);}
 
-.head{background:url(../bg1.png) center center no-repeat;background-size:100% 100%;height:581px;}
+.head{background:url(./bg1.png) center center no-repeat;background-size:100% 100%;height:581px;}
 .head .logolay{float:left;width:100%;margin-top:20px;}
 .head .logolay img{float:left;margin-right:20px;}
 .head .logolay span{float:left;height:40px;line-height:40px;font-size:26px;color:#fff;}

+ 1 - 1
resources/views/home/http/common/header.blade.php

@@ -88,7 +88,7 @@ $uri = \Illuminate\Support\Facades\Route::getCurrentRoute()->uri();
     }
 
     // jiance
-    checkLogin();
+    //checkLogin();
 
     /**
      * todo 测试登录 后期删除