Browse Source

登陆背景图

wsp 1 năm trước cách đây
mục cha
commit
33de0a4605

BIN
public/imgs/loginbg.png


BIN
public/imgs/微信图片_20250213163815.png


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

@@ -170,7 +170,7 @@ onMounted(()=>{
     position: relative;
     width: 100%;
     height: 100%;
-    background:#4e6ef2;
+    background:url(../../../public/imgs/loginbg.png) no-repeat center;
     background-size: 100% 100%;
 }
 .ms-title {