From 3b5bbe49ca6f123494e9d350aad6ce0ea9f8fcaa Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 07 十二月 2023 09:01:42 +0800 Subject: [PATCH] 修改视频专网互联网 --- src/utils/request.ts | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index ebd7d89..5d688ad 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -114,24 +114,6 @@ console.log(code, 'code=============='); await router.push({ path: '/login' }); - // prettier-ignore - // if (!isRelogin.show) { - // // isRelogin.show = true; - // isRelogin.show = true; - // ElMessageBox.confirm('鐧诲綍鐘舵�佸凡杩囨湡锛屾偍鍙互缁х画鐣欏湪璇ラ〉闈紝鎴栬�呴噸鏂扮櫥褰�', '绯荤粺鎻愮ず', { - // confirmButtonText: '閲嶆柊鐧诲綍', - // cancelButtonText: '鍙栨秷', - // type: 'warning' - // }).then(() => { - // isRelogin.show = false; - // useUserStore().logout().then(() => { - // location.href = import.meta.env.VITE_APP_CONTEXT_PATH + 'index'; - // }); - // }).catch(() => { - // isRelogin.show = false; - // }); - // } - // return Promise.reject('鏃犳晥鐨勪細璇濓紝鎴栬�呬細璇濆凡杩囨湡锛岃閲嶆柊鐧诲綍銆�'); return } else if (code === HttpStatus.SERVER_ERROR) { console.log(msg); -- Gitblit v1.8.0