|
@ -19,7 +19,7 @@ const transform = (data, map) => { |
|
|
export const appConfig = { |
|
|
export const appConfig = { |
|
|
projectType: 'web', |
|
|
projectType: 'web', |
|
|
baseApi: '/api', |
|
|
baseApi: '/api', |
|
|
enablePermissions: true, |
|
|
enablePermissions: false, |
|
|
// themeColor: '#eee',
|
|
|
// themeColor: '#eee',
|
|
|
siderPosition: 'left', |
|
|
siderPosition: 'left', |
|
|
baseHeader: '/parkingManage', |
|
|
baseHeader: '/parkingManage', |
|
@ -27,10 +27,10 @@ export const appConfig = { |
|
|
themeConfig: { |
|
|
themeConfig: { |
|
|
bgImageUrl: `${import.meta.env.VITE_PUBLIC_PATH}/asset/image/login/background.png`, |
|
|
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(); |
|
|
// },
|
|
|
}, |
|
|
|
|
|
|
|
|
// customUpdatePwd: () => import('/@/view/updatePassword/updatePassword.vue'),
|
|
|
// customUpdatePwd: () => import('/@/view/updatePassword/updatePassword.vue'),
|
|
|
|
|
|
|
|
|