feat: There is no way the, phoneHome 自适应

This commit is contained in:
super_liu
2022-06-16 13:01:53 +08:00
parent 42e3500f68
commit 3315dc2386
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ service.interceptors.response.use(
// ignored
}
}
if(res.data && res.data.respCode != undefined && res.data.respCode === 'LE505'){
if(res.data && res.data.respCode !== undefined && res.data.respCode === 'LE505'){
if (isMobile()) {
localStorage.removeItem('token')
return router.push('/phoneIndex')