feat: 查询补充
This commit is contained in:
@@ -27,6 +27,7 @@ export const appConfig = {
|
||||
themeConfig: {
|
||||
bgImageUrl: `${import.meta.env.VITE_PUBLIC_PATH}/asset/image/login/background.png`,
|
||||
logoLessUrl: `${import.meta.env.VITE_PUBLIC_PATH}/asset/image/headerIcon.png`,
|
||||
logoUrl: `${import.meta.env.VITE_PUBLIC_PATH}/asset/image/headerIcon.png`,
|
||||
},
|
||||
// userCustomRouterGuard: (to, from, next, whiteNameList, authorizationStore, appConfig) => {
|
||||
// console.log({ to, from, next, whiteNameList, authorizationStore, appConfig }, 'routeConfig');
|
||||
@@ -102,7 +103,7 @@ export const appConfig = {
|
||||
updatePassWordInfo: {
|
||||
title: '修改密码',
|
||||
subtitle: 'huaxing平台',
|
||||
api: '/api/web/objs/User/changePassword',
|
||||
api: '/carbon-smart/api/user/password',
|
||||
},
|
||||
// headerBellInfo: {
|
||||
// isShow: true,
|
||||
|
Reference in New Issue
Block a user