perf: add NProgress configuration
This commit is contained in:
		@@ -1,9 +1,11 @@
 | 
				
			|||||||
import router from './router'
 | 
					import router from './router'
 | 
				
			||||||
import store from './store'
 | 
					import store from './store'
 | 
				
			||||||
import NProgress from 'nprogress' // Progress 进度条
 | 
					import NProgress from 'nprogress' // progress bar
 | 
				
			||||||
import 'nprogress/nprogress.css'// Progress 进度条样式
 | 
					import 'nprogress/nprogress.css' // progress bar style
 | 
				
			||||||
import { Message } from 'element-ui'
 | 
					import { Message } from 'element-ui'
 | 
				
			||||||
import { getToken } from '@/utils/auth' // 验权
 | 
					import { getToken } from '@/utils/auth' // getToken from cookie
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					NProgress.configure({ showSpinner: false })// NProgress configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const whiteList = ['/login'] // 不重定向白名单
 | 
					const whiteList = ['/login'] // 不重定向白名单
 | 
				
			||||||
router.beforeEach((to, from, next) => {
 | 
					router.beforeEach((to, from, next) => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user