Commit 983a7b701148183a4dc68a7763e3c2d888aaaf8f
1 parent
f7af1bcb
debug
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/user/cnlive_login.vue
| ... | ... | @@ -253,7 +253,6 @@ onMounted(() => { |
| 253 | 253 | @click.prevent="submitForm(ruleFormRef)" |
| 254 | 254 | style="width: 100%" |
| 255 | 255 | :loading="loading" |
| 256 | - :disabled="!loginForm.password || !loginForm.userName" | |
| 257 | 256 | class="cnlive-main-board-form-input-item cnlive-submit" |
| 258 | 257 | >登录</el-button |
| 259 | 258 | > | ... | ... |