Skip to content

Commit

Permalink
Update PageConnectInfoItems.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Fripine authored Jun 23, 2024
1 parent 4e8c417 commit 7ef114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageConnectInfoItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@
form.accountType === 9 && (form.botToken === '' || form.appToken === '') ||
form.accountType === 11 && (form.account === '' || form.reverseAddr === '') ||
form.accountType === 13 && (form.token === '' || form.url === '') ||
form.accountType === 15 && form.account === ''">
form.accountType === 15 && (form.account === '' || form.signServerType === 2 && form.signServerUrl === '')">
下一步</el-button>
</template>
<template v-if="form.isEnd">
Expand Down

0 comments on commit 7ef114e

Please sign in to comment.