tweak spelling mistakes
This commit is contained in:
		@@ -14,7 +14,7 @@ import Layout from '../views/layout/Layout'
 | 
			
		||||
* alwaysShow: true               if set true, will always show the root menu, whatever its child routes length
 | 
			
		||||
*                                if not set alwaysShow, only more than one route under the children
 | 
			
		||||
*                                it will becomes nested mode, otherwise not show the root menu
 | 
			
		||||
* redirect: noredirect           if `redirect:noredirect` will no redirct in the breadcrumb
 | 
			
		||||
* redirect: noredirect           if `redirect:noredirect` will no redirect in the breadcrumb
 | 
			
		||||
* name:'router-name'             the name is used by <keep-alive> (must set!!!)
 | 
			
		||||
* meta : {
 | 
			
		||||
    title: 'title'               the name show in submenu and breadcrumb (recommend set)
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@ service.interceptors.request.use(
 | 
			
		||||
  }
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// respone拦截器
 | 
			
		||||
// response 拦截器
 | 
			
		||||
service.interceptors.response.use(
 | 
			
		||||
  response => {
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user