登录进行勾选
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-11 16:00:01 +08:00
parent 49b3b056e3
commit a75f4a38f6
1 changed files with 4 additions and 2 deletions

View File

@ -77,7 +77,7 @@
</span> -->
</el-form-item>
<!-- Login -->
<el-button :loading="loading" type="primary" style="
<el-button :loading="loading" type="primary" :disabled="!checked" style="
width: 100%;
margin-bottom: 10px;
background-color: rgb(0, 147, 221);
@ -85,6 +85,7 @@
{{ $t('login:button:login') }}
</el-button>
<div class="PrivacyPolicy" style="font-size: 14px;">
<el-checkbox v-model="checked" style="margin-right: 5px;" />
<span>{{ $t('login:message:PrivacyPolicy') }}</span>
<span style="cursor: pointer;color:#428bca" @click="viewAgreement(0)">{{ $t('login:message:UserAgreement')
}}</span>
@ -239,7 +240,8 @@ export default {
Img1,
toggleRoleVisible: false,
toggleRoleLoading: false,
Agreement: []
Agreement: [],
checked: true
}
},
computed: {