소스 검색

refactor(message): 删除AI客服入口按钮

wangpx 1 년 전
부모
커밋
8dc1d7fb8d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/message/index.vue

+ 2 - 2
pages/message/index.vue

@@ -38,10 +38,10 @@
 				@fabClick="toClockInBtn"></uni-fab>
 		</view>
 		<!-- AI咨询按钮 -->
-		<view class="fab_button">
+		<!-- <view class="fab_button">
 			<uni-fab :pattern="{ icon: 'headphones' }" :popMenu="false" horizontal="right"
 				@fabClick="clickFabButton"></uni-fab>
-		</view>
+		</view> -->
 
 	</view>
 </template>