bug 修复
This commit is contained in:
		
							parent
							
								
									d9e319d378
								
							
						
					
					
						commit
						e255c670cf
					
				| 
						 | 
					@ -117,7 +117,7 @@ service.interceptors.response.use(res => {
 | 
				
			||||||
        }).then(() => {
 | 
					        }).then(() => {
 | 
				
			||||||
          isRelogin.show = false
 | 
					          isRelogin.show = false
 | 
				
			||||||
          store.dispatch('LogOut').then(() => {
 | 
					          store.dispatch('LogOut').then(() => {
 | 
				
			||||||
            location.href = '/index'
 | 
					            location.href = process.env.VUE_APP_BASE_API == '/dev-api' ? '/index' : '/iws/glweb/index'
 | 
				
			||||||
          })
 | 
					          })
 | 
				
			||||||
        }).catch(() => {
 | 
					        }).catch(() => {
 | 
				
			||||||
          isRelogin.show = false
 | 
					          isRelogin.show = false
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue