提交代码
parent
a06876aca5
commit
34c8c149c1
|
@ -8,7 +8,7 @@ import { isRelogin } from '@/utils/request'
|
|||
|
||||
NProgress.configure({ showSpinner: false })
|
||||
|
||||
const whiteList = []
|
||||
const whiteList = ['/yanZhu_GZAI']
|
||||
|
||||
router.beforeEach((to, from, next) => {
|
||||
NProgress.start()
|
||||
|
|
|
@ -119,6 +119,12 @@ const routes = [
|
|||
name: 'photography',
|
||||
meta:{nav:63,},
|
||||
component: () => import(/* webpackChunkName: "video" */ '../pages/photography.vue')
|
||||
},
|
||||
{
|
||||
path: '/yanZhu_GZAI',
|
||||
name: 'yanZhu_GZAI',
|
||||
meta:{nav:8097,},
|
||||
component: () => import('../pages/gzaiBox/index.vue')
|
||||
}
|
||||
]
|
||||
const router = new VueRouter({
|
||||
|
|
Loading…
Reference in New Issue