Bladeren bron

:lock: 修复安全问题。 http 资源放在本地

冷冷 6 jaren geleden
bovenliggende
commit
48f4a6d0d9
2 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. BIN
      public/img/bg/cloud.jpg
  2. 1 1
      src/page/login/index.vue

BIN
public/img/bg/cloud.jpg


+ 1 - 1
src/page/login/index.vue

@@ -127,7 +127,7 @@
     width: 100%;
     height: 100%;
     margin: 0 auto;
-    background: url("http://www.17sucai.com/preview/242158/2015-01-10/%E7%99%BB%E5%BD%95/images/cloud.jpg") 0 bottom repeat-x #049ec4;
+    background: url("/img/bg/cloud.jpg") 0 bottom repeat-x #049ec4;
     animation: animate-cloud 20s linear infinite;
   }