mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore:
This commit is contained in:
@@ -42,6 +42,7 @@ async function getDeviceId() {
|
||||
|
||||
modal.confirm({
|
||||
title: "请输入OTP验证码",
|
||||
maskClosable: true,
|
||||
content: () => {
|
||||
return (
|
||||
<a-form-item-rest>
|
||||
|
||||
@@ -135,6 +135,7 @@ function openUpgrade() {
|
||||
async onOk() {
|
||||
return await doActive();
|
||||
},
|
||||
maskClosable: true,
|
||||
okText: "激活",
|
||||
width: 500,
|
||||
content: () => {
|
||||
|
||||
Reference in New Issue
Block a user