From 4b9c7e96534f4b5f093fcd085bb066412efcacc7 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 12 Oct 2025 16:34:09 +0800
Subject: [PATCH] 2

---
 src/views/my/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index 70a1fc3..8635b25 100644
--- a/src/views/my/index.vue
+++ b/src/views/my/index.vue
@@ -17,7 +17,7 @@
         $t('welcome')
       }}&nbsp;{{ $title }}!
       </h1>
-      <p class="sub-text" v-if="!(userStore.userInfo && userStore.userInfo.token)">{{ $t('全球最大的区块链资产平台') }}</p>
+      <p class="sub-text" v-if="!(userStore.userInfo && userStore.userInfo.token)">{{ $t('通往机构机代币化的大门') }}</p>
       <p class="w-full flex mt-4 gap-x-4" v-if="!(userStore.userInfo && userStore.userInfo.token)">
         <van-button class="flex-1" round @click="onRoute('/register')">{{ $t('register') }}</van-button>
         <van-button class="flex-1" type="primary" round color="#f7b600" @click="onRoute('/login')">{{ $t('login')

--
Gitblit v1.9.3