lin
2026-04-17 515715f31a6031607fbe9ce8b08f31de8cbb18fe
pages/profile/profile.vue
@@ -56,7 +56,7 @@
            <text @tap="agreeDialog2">《隐私政策》</text>
         </view>
         <view class="" @tap="goWebUrl('http://beian.miit.gov.cn')">APP备案号:{{Config.icp}}</view>
         <view class="" @tap="goWebUrl('http://beian.miit.gov.cn')">Copyright © {{Config.url}} All Rights Reserved.</view>
         <view class="" @tap="goWebUrl('http://beian.miit.gov.cn')">Copyright © 乐陵力宇科技 All Rights Reserved.</view>
      </view>
      <agreePup ref="agreePup1" :gp="1" title="注册协议"></agreePup>
      <agreePup ref="agreePup2" :gp="2" title="隐私政策"></agreePup>
@@ -110,10 +110,11 @@
            })
         },
         logOut () {
            uni.setStorageSync('lzsc-token', null)
            uni.setStorageSync('pig-token', null)
            uni.setStorageSync('user-info', null)
            uni.setStorageSync('choose-address',null)
            uni.setStorageSync('choose-bank',null)
            uni.setStorageSync('ygxLogin',null)
            uni.showToast({
               title: '退出成功',
               icon: 'success'