健康评估调查表页面

This commit is contained in:
xiezhijun
2021-01-22 19:16:07 +08:00
parent 0306734c9c
commit b828bcd3bb
3 changed files with 759 additions and 1 deletions

View File

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