update:hidden rsa keys
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="activation-page">
|
||||
<a-card title="RSA密钥配置" style="margin-bottom: 20px;">
|
||||
<a-card v-if="hiddenKeys" title="RSA密钥配置" style="margin-bottom: 20px;">
|
||||
<a-row :gutter="16">
|
||||
<a-col :span="24">
|
||||
<a-alert
|
||||
@@ -113,7 +113,7 @@ const rsaKeys = ref({
|
||||
publicKey: rsa.publicKey,
|
||||
privateKey: rsa.privateKey
|
||||
})
|
||||
|
||||
const hiddenKeys = ref(false)
|
||||
const activationForm = ref({
|
||||
requestCode: '',
|
||||
activationCode: ''
|
||||
|
||||
Reference in New Issue
Block a user