From d06b8e121bee0cc8779efd604778ae1e08fb712e Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 14 十月 2025 12:05:48 +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