提交 1f221df8 authored 作者: 徐立's avatar 徐立

调整请求模式

上级 43eb1d38
...@@ -200,11 +200,13 @@ export const request = (url, data, options = {}) => { ...@@ -200,11 +200,13 @@ export const request = (url, data, options = {}) => {
localStorage.setItem('version', JSON.stringify(x.version)); localStorage.setItem('version', JSON.stringify(x.version));
if (ul.indexOf('/portal/') == -1 && ul.indexOf('/admin/') == -1) { if (ul.indexOf('/portal/') == -1 && ul.indexOf('/admin/') == -1) {
sessionStorage.removeItem('cacheMobile');
showToast('检查到最新版本,即将自动更新,更新完成后请重新操作'); showToast('检查到最新版本,即将自动更新,更新完成后请重新操作');
window.location.href = x.mobileAdress window.location.href = x.mobileAdress
? mobileAdress + '?time=' + time ? mobileAdress + '?time=' + time
: ul + '?time=' + time; : ul + '?time=' + time;
} else { } else {
sessionStorage.removeItem('cacheMobile');
openToast('error', '版本更新', '检查到最新版本,即将自动更新,更新完成后请重新操作'); openToast('error', '版本更新', '检查到最新版本,即将自动更新,更新完成后请重新操作');
window.location.href = x.webAdress window.location.href = x.webAdress
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论