baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
89af7d4b35bd429430c8edcdda4b90d9abec5f5a
Authored by
梁保满
2023-03-16 13:54:21 +0800
1 parent
a74e17f6
长水隐藏修改密码
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/layout/header/header.vue
src/views/layout/header/header.vue
View file @
89af7d4
...
...
@@ -59,7 +59,7 @@
59
59
</div>
60
60
</li>
61
61
62
- <li class="fullScreen" v-if="role != 'ROLE_PERSONAL'
" @click="openPwd">
62
+ <li class="fullScreen" v-if="role != 'ROLE_PERSONAL'
&& !code
" @click="openPwd">
63
63
<el-tooltip
64
64
class="item"
65
65
effect="dark"
...
...