Skip to content

Commit

Permalink
refactor: 优化三方应用回调地址
Browse files Browse the repository at this point in the history
  • Loading branch information
wxg0103 committed Sep 18, 2024
1 parent 91391b0 commit a1a5a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/application/component/AccessSettingDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const open = async (id: string, type: 'wechat' | 'dingtalk' | 'wecom' | 'feishu'
MsgError('加载配置失败,请检查输入或稍后再试')
} finally {
loading.value = false
form[configType.value].callback_url = `${window.location.origin}/${type}/${id}`
form[configType.value].callback_url = `${window.location.origin}/api/${type}/${id}`
}
}
Expand Down

0 comments on commit a1a5a16

Please sign in to comment.