xiaojincai 5 سال پیش
والد
کامیت
7ff0a3ae66
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. BIN
      src/images/zfbg.png
  2. 3 3
      src/views/Login.vue

BIN
src/images/zfbg.png


+ 3 - 3
src/views/Login.vue

@@ -4,12 +4,12 @@
     background: url(../images/bg.png) no-repeat;
   }
   .zf_login{
-    background: url(../images/zfbg.png) no-repeat;
+    background: url(../images/bg.png) no-repeat;
   }
   .login{
     height: 100vh;
     min-height: 450px;
-    background: url(../images/bg.png) no-repeat;
+    background: url(../images/zfbg.png) no-repeat;
     background-size: 100%;
     background-position: center top; 
     // background: #1F315D;
@@ -129,7 +129,7 @@ export default {
         password:'root',
         imgcode_id:'',
         imgcode:'',
-        utype:0
+        utype:1
       }
     }
   },