From 8bcecb41efe64e6e4e3b724f20dbf223903d2b30 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期三, 30 七月 2025 20:46:04 +0800 Subject: [PATCH] 1 --- 项目代码/WCS/WIDESEAWCS_Client/src/views/Index.vue | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" index 5095cc7..8be069f 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" @@ -16,19 +16,7 @@ <div class="vol-header"> <div class="project-name">WCS</div> <div class="header-text"> - <!-- <div class="h-link"> - <a - href="javascript:void(0)" - @click="to(item)" - v-for="(item, index) in links.filter((c) => { - return !c.icon; - })" - :key="index" - > - <span v-if="!item.icon"> {{ item.text }}</span> - <i v-else :class="item.icon"></i> - </a> - </div> --> + </div> <div class="header-info"> <div class="h-link"> -- Gitblit v1.9.3