Skip to content

Commit

Permalink
fix: 修正修改时无法保存雪桃代理的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
PaienNate authored Dec 29, 2024
1 parent 4acb6fc commit eafdfcb
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 @@ -737,7 +737,7 @@
<el-button @click="dialogSetSignServerVisible = false">取消</el-button>
<el-button
type="primary"
:disabled="form.signServerType === 2 && isEmpty(trim(form.signServerUrl))"
:disabled="form.signServerType === 3 && isEmpty(trim(form.signServerUrl))"
@click="doSetSignServer"
>确定</el-button
>
Expand Down

0 comments on commit eafdfcb

Please sign in to comment.