fix(ASA): 修复 Shield 图标不存在的问题,改用 Warning 图标

This commit is contained in:
MerCry 2026-02-27 18:48:56 +08:00
parent c1f5d3229f
commit 7ac00389c7
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
</el-dropdown-item>
<el-dropdown-item>
<router-link to="/admin/guardrails" class="dropdown-link">
<el-icon><Shield /></el-icon>
<el-icon><Warning /></el-icon>
输出护栏
</router-link>
</el-dropdown-item>
@ -109,7 +109,7 @@ import { ref, computed, onMounted } from 'vue'
import { useRoute } from 'vue-router'
import { useTenantStore } from '@/stores/tenant'
import { getTenantList, type Tenant } from '@/api/tenant'
import { Odometer, FolderOpened, Cpu, Monitor, Connection, ChatDotSquare, Setting, ArrowDown, Document, Aim, Share, Shield } from '@element-plus/icons-vue'
import { Odometer, FolderOpened, Cpu, Monitor, Connection, ChatDotSquare, Setting, ArrowDown, Document, Aim, Share, Warning } from '@element-plus/icons-vue'
import { ElMessage } from 'element-plus'
const route = useRoute()