Tcode平台改造升级-页面字段展示优化
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
class="hover-lift"
|
||||
:style="{ animationDelay: `${index * 100}ms` }"
|
||||
>
|
||||
<div style="width: 84px;height: 84px;flex-direction: column;padding: 12px;margin: 0 12px"
|
||||
<div style="width: 100px;height: 84px;flex-direction: column;padding: 12px;margin: 0 12px"
|
||||
class="bg-white rounded-lg shadow-md flex items-center justify-center mb-2">
|
||||
<div>
|
||||
<img style="width: 32px;height: 32px;margin-bottom: 4px" :src="item.icon"
|
||||
@@ -306,7 +306,7 @@ import aqzk from '@/assets/imgs/jyh/menu/可信治理.png'
|
||||
import kxrj from '@/assets/imgs/jyh/menu/可信软件.png'
|
||||
// 顶部功能按钮数据 (保持不变)
|
||||
const topButtons = ref([
|
||||
{name: '安全智库', icon: aqzk},
|
||||
{name: '安全知识库', icon: aqzk},
|
||||
{name: '安全检测', icon: aqjc},
|
||||
{name: '安全情报', icon: aqqb},
|
||||
{name: '安全态势', icon: aqts},
|
||||
@@ -316,11 +316,11 @@ const topButtons = ref([
|
||||
// 按钮点击事件处理 (保持不变)
|
||||
const handleButtonClick = (item) => {
|
||||
const routeMap = {
|
||||
'安全智库': 'Search',
|
||||
'安全知识库': 'Search',
|
||||
'安全检测': 'TestingCenter',
|
||||
'安全情报': 'Insights',
|
||||
'智能引擎': 'aihome',
|
||||
'安全态势': 'https://example.com/security-situation'
|
||||
'安全态势': 'http://222.20.126.217:10010/bigScreen/#/kxky'
|
||||
};
|
||||
|
||||
const target = routeMap[item.name];
|
||||
|
||||
Reference in New Issue
Block a user