提交 1219b371 authored 作者: 钟是志's avatar 钟是志

组件修改

上级 4c200bf6
......@@ -20,7 +20,7 @@ import {
setFetchUrl,
getFetchUrl,
getType,
setType, getCurrentUser
setType, getCurrentUser, delToken
} from '@/webPublic/one_stop_public/utils/token';
import urlTransform from '@/webPublic/zyd_public/request/urlTransform';
import { proxyChangeUrl } from '@/webPublic/zyd_public/request/proxyChangeUrl';
......@@ -232,8 +232,8 @@ export default function request(
.catch(e => {
const status = e.name;
if (status === 401) {
if (status === 401) { // 401直接清空token
delToken();
if (window.top != window.self) {
window.top.postMessage('returnLogin', '*'); // Iframe 返回登录页
return true;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论