From 8a7de013c1d5e0caeac59dedaeb404c5592733a1 Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期一, 16 三月 2026 09:56:05 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
pages/index/mine.vue | 36 ++++++++++++++++++++++++------------
1 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/pages/index/mine.vue b/pages/index/mine.vue
index ff8cc08..cf4b127 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:'淇敼瀵嗙爜',
@@ -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'
})
--
Gitblit v1.9.1