cloudroam
2025-07-17 f3ea52bf97e61f6917ccaab904817d74d9d4860c
components/tabbar/top-tab-bar.vue
@@ -16,7 +16,7 @@
        <!-- 左侧图标 + 标题 -->
        <view class="left">
          <up-icon name="/static/images/tabbar/line-Film.png" size="40rpx" color="#fff" />
          <text class="title">影途</text>
          <text class="title">影游四方</text>
        </view>
        <!-- 右侧按钮 -->
@@ -25,7 +25,7 @@
            <up-icon name="/static/images/tabbar/user.png" size="30rpx" />
            <text class="login-text">登录</text>
          </view>
          <up-icon name="list" size="40rpx" color="#fff" @click="openMenu" />
<!--          <up-icon name="list" size="40rpx" color="#fff" @click="openMenu" />-->
        </view>
      </view>
    </view>