|
@@ -8,7 +8,11 @@ import { isRelogin } from '@/utils/request'
|
|
|
|
|
|
NProgress.configure({ showSpinner: false })
|
|
|
|
|
|
-const whiteList = ['/login', '/register', '/test01', '/ehrentrance', '/contractBacklogEntry', '/business/ehr/ehrpm-entrance', '/canteenAddFood', '/canteenAddMenu', '/menuScreen', '/foodScreen', '/business/wms/historical-route', '/business/SupAtttachment', '/business/purchase/form/transferOrder/bipPull-entrance', '/contractDetail', '/spdAddQuestion']
|
|
|
+const whiteList = ['/login', '/register', '/test01', '/ehrentrance', '/contractBacklogEntry',
|
|
|
+ '/business/ehr/ehrpm-entrance', '/canteenAddFood', '/canteenAddMenu', '/menuScreen',
|
|
|
+ '/foodScreen', '/business/wms/historical-route', '/business/SupAtttachment',
|
|
|
+ '/business/purchase/form/transferOrder/bipPull-entrance', '/contractDetail',
|
|
|
+ '/spdAddQuestion', '/business/wms/ProductMarking']
|
|
|
|
|
|
router.beforeEach((to, from, next) => {
|
|
|
NProgress.start()
|