提交代码

dev
姜玉琦 2024-06-23 22:39:29 +08:00
parent a06876aca5
commit 34c8c149c1
3 changed files with 7 additions and 1 deletions

View File

View File

@ -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()

View File

@ -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({