Skip to content

Commit d71e599

Browse files
committed
perf: 认证链接target设为新窗打开
1 parent f800cb1 commit d71e599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/community/ReplyForReply.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<el-form ref="form" class="c-comment-subbox m-comment-editor" :class="{'m-comment-mask': commentStrict}">
33
<div class="u-mask">
4-
参与评论,需先进行<a href="/dashboard/auth" class="u-link">账号认证</a>。
4+
参与评论,需先进行<a href="/dashboard/auth" target="_blank" class="u-link">账号认证</a>。
55
</div>
66
<div class="u-subbox-label">
77
回复

src/components/community/comment_editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<el-form ref="form" :model="newComment" class="c-comment-box m-comment-reply">
33
<div class="u-mask">
4-
参与评论,需先进行<a href="/dashboard/auth" class="u-link">账号认证</a>。
4+
参与评论,需先进行<a href="/dashboard/auth" target="_blank" class="u-link">账号认证</a>。
55
</div>
66
<el-form-item>
77
<el-input

0 commit comments

Comments
 (0)