Skip to content

Commit

Permalink
fix: 修改设置页面权限校验
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozzzi committed Apr 11, 2024
1 parent fc530f9 commit 881f65a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<el-tab-pane label="博客配置" name="blog" :lazy="true" v-if="userStore.isLogin">
<div class="tab-content"><ConfigBlog ref="ConfigBlogRef"></ConfigBlog></div>
</el-tab-pane>
<el-tab-pane label="修改个人信息" name="userinfo" :lazy="true" v-if="userStore.isLogin">
<el-tab-pane label="修改个人信息" name="userinfo" :lazy="true">
<div class="tab-content"><ConfigUserinfo ref="ConfigUserinfoRef"></ConfigUserinfo></div>
</el-tab-pane>
<el-tab-pane label="修改登录密码" name="password" :lazy="true" v-if="userStore.isLogin">
Expand Down

0 comments on commit 881f65a

Please sign in to comment.