@@ -241,7 +241,6 @@ function Auth() {
<Modal
open={!!accountData}
title={"选择广告账号"}
- footer={false}
destroyOnClose
onCancel={() => { setAccountData(null); setAccountId(null) }}
onOk={ad}