qq_41295110
2026-03-16 8a7de013c1d5e0caeac59dedaeb404c5592733a1
pages/index/mine.vue
@@ -26,7 +26,8 @@
</template>
<script>
   import { getUserInfo } from "@/utils/auth.js";
   import WebSocketServices from "../../utils/WebSocketServices";
import { getUserInfo } from "@/utils/auth.js";
   import {
       CommonUtils
   } from '@/utils/common'
@@ -47,17 +48,18 @@
              text:'已审核',
              url:'/pages/ZLGL/checkFlowList/QC_CheckedBillflowList',
              id:1
           },{
              img:'../../static/icon06.png',
              text:'未读消息',
              url:'',
              id:2
           },{
              img:'../../static/icon07.png',
              text:'已读消息',
              url:'',
              id:3
           },
     //          {
             //  img:'../../static/icon06.png',
             //  text:'未读消息',
             //  url:'',
             //  id:2
           // },{
             //  img:'../../static/icon07.png',
             //  text:'已读消息',
             //  url:'',
             //  id:3
           // },
           {
              img:'../../static/icon05.png',
              text:'修改密码',
@@ -69,6 +71,12 @@
              text:'我的工资(预估)',
              url:'/pages/gongxuOut/moneystatistics',
              id:4
           },
           {
              img:'../../static/icon05.png',
              text:'我的待办',
              url:'/pages/ziwodaiban/todoMain',
              id:5
           }
           ]
           }
@@ -99,6 +107,10 @@
                success: function (res) {
                    if (res.confirm) {
                        console.log('用户点击确定');
                            // 断开Socket连接
                            // WebSocketServices.closeSocket();
                            // 销毁 userInfo 缓存
                            // uni.removeStorageSync("userinfo")
                     uni.reLaunch({
                        url:'/pages/index/login'
                     })