账号登录
@@ -25,6 +26,7 @@
import InterfaceConfig from './interfaceConfig';
import Cookie from '../../../global-llibs/cookie';
import {resetRoutes} from '../router';
+ import Logo from '../assets/log.svg'
let fromRouteName = "";
export default {
name: "Login",
@@ -35,12 +37,13 @@
accountTips:false,
passTips:false,
loginTips:'',
+ Logo:Logo,
}
},
components:{
AInput:Input,
AInputPassword:Input.Password,
- AButton:Button
+ AButton:Button,
},
methods:{
onLogin:function(){
@@ -157,6 +160,13 @@
background-size: cover;
background-repeat: no-repeat;
position: relative;
+ .logo-style{
+ width: 80px;
+ height: 80px;
+ position: absolute;
+ top: 150px;
+ left: 400px;
+ }
.account-title-style{
width: 78px;
height: 36px;
diff --git a/src/views/physicalHealth/mainPage/MainPage.vue b/src/views/physicalHealth/mainPage/MainPage.vue
index cba300a..a331011 100644
--- a/src/views/physicalHealth/mainPage/MainPage.vue
+++ b/src/views/physicalHealth/mainPage/MainPage.vue
@@ -1,6 +1,7 @@