From 7a4e91cad492b5f2411ae3ec074dae533d0ec335 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 18 Sep 2025 09:57:07 +0800
Subject: [PATCH] 1

---
 src/views/ICO/ico.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/ICO/ico.vue b/src/views/ICO/ico.vue
index 2c03079..5ed3f2d 100644
--- a/src/views/ICO/ico.vue
+++ b/src/views/ICO/ico.vue
@@ -1,8 +1,8 @@
 <template>
     <div class="ico">
-        <fx-header>
+        <fx-header :showLeft="false">
             <template v-slot:title>
-                <div>ICO</div>
+                <div>STO</div>
             </template>
             <template v-slot:right>
                 <van-icon name="todo-list-o" @click="$router.push('/ICO/icoRecord')" />

--
Gitblit v1.9.3