update ruoyi-ui/src/permission.js.
Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
This commit is contained in:
		
							parent
							
								
									7b4ba0146b
								
							
						
					
					
						commit
						76205588f0
					
				| 
						 | 
					@ -18,6 +18,8 @@ router.beforeEach((to, from, next) => {
 | 
				
			||||||
    if (to.path === '/login') {
 | 
					    if (to.path === '/login') {
 | 
				
			||||||
      next({ path: '/' })
 | 
					      next({ path: '/' })
 | 
				
			||||||
      NProgress.done()
 | 
					      NProgress.done()
 | 
				
			||||||
 | 
					    } else if (whiteList.indexOf(to.path) !== -1) {
 | 
				
			||||||
 | 
					      next()
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      if (store.getters.roles.length === 0) {
 | 
					      if (store.getters.roles.length === 0) {
 | 
				
			||||||
        isRelogin.show = true
 | 
					        isRelogin.show = true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue