From fbe87c8d043cb038d384df7721bc071676a0c24c Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期二, 03 三月 2026 14:38:49 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
pages/index/mine.vue | 30 ++++++++++++++++++------------
1 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/pages/index/mine.vue b/pages/index/mine.vue
index ff8cc08..fd640b8 100644
--- a/pages/index/mine.vue
+++ b/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'
@@ -45,19 +46,20 @@
},{
img:'../../static/icon01.png',
text:'宸插鏍�',
- url:'',
+ 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:'淇敼瀵嗙爜',
@@ -99,6 +101,10 @@
success: function (res) {
if (res.confirm) {
console.log('鐢ㄦ埛鐐瑰嚮纭畾');
+ // 鏂紑Socket杩炴帴
+ // WebSocketServices.closeSocket();
+ // 閿�姣� userInfo 缂撳瓨
+ // uni.removeStorageSync("userinfo")
uni.reLaunch({
url:'/pages/index/login'
})
--
Gitblit v1.9.1