Kaynağa Gözat

fix:删除测试代码

Cooklalala 1 yıl önce
ebeveyn
işleme
baadbef419
1 değiştirilmiş dosya ile 1 ekleme ve 6 silme
  1. 1 6
      pages/index/index.vue

+ 1 - 6
pages/index/index.vue

@@ -81,9 +81,6 @@
 											<u-icon name="arrow-right" color="#333" size="16"></u-icon>
 										</view>
 									</view>
-<!--                  <view class="h-row" @click.stop="loginTimeOut">-->
-<!--                    登录超时-->
-<!--                  </view>-->
 									<view class="h-row">
 										<text class="address">地址:{{ storeInfo.address }}</text>
 										<text class="address1">{{storeInfo.distanceDesc}}</text>
@@ -393,9 +390,7 @@
 
 
 		methods: {
-      loginTimeOut(){
-        uni.setStorageSync('accessToken', '')
-      },
+
 			goQrCode() {
 				uni.navigateTo({
 					url: '/pages/qrCode/index'