Kaynağa Gözat

chore(index): 移除首页测试页面入口注释

- 删除了用于导航到测试页面的注释代码块
- 保留了实际使用的视图容器结构
- 确保首页轮播图区域正常显示
nahida 6 ay önce
ebeveyn
işleme
3a8cf3ab48
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/pages/index/index.vue

+ 1 - 1
src/pages/index/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <view class="w-full h-[100rpx] bg-[#f5f5f5] flex items-center justify-center" @click="navigateToTest">进入测试页面</view>
+<!--  <view class="w-full h-[100rpx] bg-[#f5f5f5] flex items-center justify-center" @click="navigateToTest">进入测试页面</view>-->
   <view class="flex flex-col items-center justify-start bg-[#f5f5f5]">
 
     <!-- 轮播图 -->