fix: 管理员配置OSS后不再跳转到文件列表,隐藏管理员的存储模式切换选项
- 管理员保存OSS配置后留在管理面板,不跳转到文件列表 - 管理员页面隐藏存储模式切换UI(管理员只负责配置,不存储文件) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2473,8 +2473,8 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- 存储模式切换 -->
|
||||
<div v-if="user" style="margin-top: 20px; padding: 15px; background: var(--bg-card); border-radius: 12px; border: 1px solid var(--glass-border);">
|
||||
<!-- 存储模式切换(管理员不需要此功能) -->
|
||||
<div v-if="user && !user.is_admin" style="margin-top: 20px; padding: 15px; background: var(--bg-card); border-radius: 12px; border: 1px solid var(--glass-border);">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center;">
|
||||
<div>
|
||||
<div style="font-weight: 600; color: var(--text-primary); margin-bottom: 5px;">
|
||||
|
||||
Reference in New Issue
Block a user