|
@ -12,6 +12,9 @@ export const appConfig = { |
|
|
siderPosition: 'left', |
|
|
siderPosition: 'left', |
|
|
baseHeader: '/parkingManage', |
|
|
baseHeader: '/parkingManage', |
|
|
baseRouter: '/parkingManage/parkingLotManage', |
|
|
baseRouter: '/parkingManage/parkingLotManage', |
|
|
|
|
|
themeConfig: { |
|
|
|
|
|
bgImageUrl: `${import.meta.env.VITE_PUBLIC_PATH}/asset/image/login/background.png`, |
|
|
|
|
|
}, |
|
|
// userCustomRouterGuard: (to, from, next, whiteNameList, authorizationStore, appConfig) => {
|
|
|
// userCustomRouterGuard: (to, from, next, whiteNameList, authorizationStore, appConfig) => {
|
|
|
// console.log({ to, from, next, whiteNameList, authorizationStore, appConfig }, 'routeConfig');
|
|
|
// console.log({ to, from, next, whiteNameList, authorizationStore, appConfig }, 'routeConfig');
|
|
|
// next();
|
|
|
// next();
|
|
|