Commit 15c6e9bb by cocomilk2012

update

parent baaf907a
Showing with 0 additions and 2 deletions
...@@ -26,7 +26,6 @@ http.interceptors.response.use( ...@@ -26,7 +26,6 @@ http.interceptors.response.use(
if (response.error == 400 || response.status == 400) { if (response.error == 400 || response.status == 400) {
Toast.fail({ Toast.fail({
message:'授权失效!请先退出。', message:'授权失效!请先退出。',
position:{top:200}
}); });
} }
let { data } = response; let { data } = response;
...@@ -55,7 +54,6 @@ http.interceptors.response.use( ...@@ -55,7 +54,6 @@ http.interceptors.response.use(
message: '授权失效!请先退出。', message: '授权失效!请先退出。',
duration: 0, duration: 0,
overlay: true, overlay: true,
position:{top:200}
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment