update:hidden rsa keys
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="activation-page">
|
<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-row :gutter="16">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-alert
|
<a-alert
|
||||||
@@ -113,7 +113,7 @@ const rsaKeys = ref({
|
|||||||
publicKey: rsa.publicKey,
|
publicKey: rsa.publicKey,
|
||||||
privateKey: rsa.privateKey
|
privateKey: rsa.privateKey
|
||||||
})
|
})
|
||||||
|
const hiddenKeys = ref(false)
|
||||||
const activationForm = ref({
|
const activationForm = ref({
|
||||||
requestCode: '',
|
requestCode: '',
|
||||||
activationCode: ''
|
activationCode: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user