xiaojincai 5 年之前
父節點
當前提交
7ff0a3ae66
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 二進制
      src/images/zfbg.png
  2. 3 3
      src/views/Login.vue

二進制
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
       }
     }
   },