update copyright 2023

This commit is contained in:
RuoYi
2023-02-04 22:26:02 +08:00
parent eb96afee64
commit c3d0cd5f8c
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import { isRelogin } from '@/utils/request'
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
const whiteList = ['/login', '/register']
router.beforeEach((to, from, next) => {
NProgress.start()