Commit 983a7b701148183a4dc68a7763e3c2d888aaaf8f

Authored by 杨泽宇
1 parent f7af1bcb

debug

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 >
... ...