提交 c5728bd2 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 bb0ae33d
...@@ -125,6 +125,9 @@ const routerConfig = [ ...@@ -125,6 +125,9 @@ const routerConfig = [
path: '/login', path: '/login',
name: 'login', name: 'login',
component: () => import('@/views/login/index.vue'), component: () => import('@/views/login/index.vue'),
meta: {
keepAlive: true,
},
}, },
{ {
path: '/protocol', path: '/protocol',
......
...@@ -316,9 +316,9 @@ export default { ...@@ -316,9 +316,9 @@ export default {
overflow: hidden; overflow: hidden;
background-image: url('~@/assets/images/bg-login.png'); background-image: url('~@/assets/images/bg-login.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 276px; background-size: 100% 208px;
.insurance-login-form{ .insurance-login-form{
margin:246px auto 160px auto; margin:168px auto 100px auto;
padding: 24px 19px; padding: 24px 19px;
background: #fff; background: #fff;
width: 317px; width: 317px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册