This commit is contained in:
chashaobao
2025-10-15 20:44:20 +08:00
parent 7ba04b27ff
commit 3d2b121b92
23 changed files with 724 additions and 65 deletions

View File

@ -5,3 +5,5 @@ export const selectRoleType = (state: IState) => state.appState.roleType;
export const selectHomePageType = (state: IState) => state.appState.homePageType;
export const selectLocation = (state: IState) => state.appState.location;
export const selectServiceUrls = (state: IState) => state.appState.serviceUrls || {};