Browse Source

fix: prod图片修改

main
xuziqiang 4 months ago
parent
commit
c7f104091f
  1. 3
      hx-ai-intelligent/src/config/app.config.ts

3
hx-ai-intelligent/src/config/app.config.ts

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

Loading…
Cancel
Save