From 3f7f3f13c9530285ca7733ca0dacc0f8c99922d4 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 27 May 2021 18:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=BA=92=E8=B8=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/http.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/http.js b/src/utils/http.js index 77d35d5..43adbac 100644 --- a/src/utils/http.js +++ b/src/utils/http.js @@ -102,10 +102,10 @@ axios.interceptors.request.use(config => { // ); let logout = false +let studentIds = [1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513] export function getToken(){ - // console.log(store.state.dataTime) if(process.env.NODE_ENV == 'production'){ - if(store.state.dataTime && !logout){ + if(store.state.dataTime && !logout && !studentIds.includes(store.state.studentId)){ axios.get(`${api.queryToken}?token=${store.state.token}`).then(res => { if(store.state.dataTime && (res.data.message != store.state.dataTime)){ logout || Message.error('您已在另一台设备登录,本次登录已下线!')