diff --git a/nezha-fronted/src/components/common/login.vue b/nezha-fronted/src/components/common/login.vue index 64989c419..596a63f4e 100644 --- a/nezha-fronted/src/components/common/login.vue +++ b/nezha-fronted/src/components/common/login.vue @@ -100,8 +100,8 @@
-
- +
+ {{item}}
@@ -294,7 +294,7 @@ export default { if (res.code === 200) { this.authBindShow = false this.bindAuthCode = '' - this.recoveryCode = [1, 2, 1, 1, 2, 1, 2, 1, 2, 12, 1, 21, 21, 2, 12, 1, 21, 2, 12, 1, 2, 12, 1, 21, 2, 12, 1, 21, 33333, 1, 13] + this.recoveryCode = res.data.recoveryCode this.fileContent = this.recoveryCode.join(' \n ') this.fileShow = true } else { @@ -651,6 +651,14 @@ export default { .verify-link:hover{ border-bottom: 1px solid #3C92F1; } + .circle{ + display: inline-block; + width: 6px; + height: 6px; + border-radius: 50%; + background: #CECECE; + margin-right: 10px; + }