From 2c7c1e76b012138ca25b869771b9011fe4de2803 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 08 十二月 2022 16:43:21 +0800
Subject: [PATCH] 1.修改刷新退出bug
---
src/views/login/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index a136698..87da512 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -252,7 +252,8 @@
usercode,
username,
usertype,
- userid
+ userid,
+ rid: ''
}
const res = await ForcedOffline(data)
if (res.code === '200') {
--
Gitblit v1.9.3