|
@@ -16,7 +16,7 @@
|
|
|
placeholder-style="color: #A1A7B3"
|
|
|
password
|
|
|
v-model="password" />
|
|
|
- <com-button class="login-button"
|
|
|
+ <com-button class="login-button"
|
|
|
:width="998" :height="120" :fontSize="48" :background="isLogin?'#A3B1CC':''" btnText="登录" @btnClick="login" />
|
|
|
</view>
|
|
|
</view>
|
|
@@ -31,10 +31,10 @@
|
|
|
username: '', // 用户名
|
|
|
password: '', // 密码
|
|
|
rolList: [
|
|
|
- {permission: 1, name: '管理员', pagePath: 'pages/creatingSituations/creatingSituations'}, // targetIndexs:targetList种对应的下标
|
|
|
- {permission: 2, name: '查核组长',pagePath: 'pages/creatingSituations/creatingSituations'},
|
|
|
- {permission: 3, name: '查核组员', pagePath: 'pages/creatingSituations/creatingSituations'},
|
|
|
- {permission: 4, name: '单位负责人', pagePath: 'pages/creatingSituations/creatingSituations'},
|
|
|
+ {permission: 1, name: '管理员', pagePath: 'pages/situationsCenter/situationsCenter'}, // targetIndexs:targetList种对应的下标
|
|
|
+ {permission: 2, name: '查核组长',pagePath: 'pages/situationsCenter/situationsCenter'},
|
|
|
+ {permission: 3, name: '查核组员', pagePath: 'pages/situationsCenter/situationsCenter'},
|
|
|
+ {permission: 4, name: '单位负责人', pagePath: 'pages/situationsCenter/situationsCenter'},
|
|
|
{permission: 5, name: '改善者', pagePath: 'pages/mission/mission'}
|
|
|
]
|
|
|
}
|
|
@@ -89,7 +89,7 @@
|
|
|
.login-page {
|
|
|
height: 100%;
|
|
|
background-color: #FFFFFF;
|
|
|
-
|
|
|
+
|
|
|
.pic{
|
|
|
height: 281.25rpx;
|
|
|
width: 430rpx;
|
|
@@ -134,5 +134,6 @@
|
|
|
margin-top: 62.5rpx;
|
|
|
background-color: #A3B1CC;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
</style>
|