feat: There is no way the, phoneHome 自适应
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user