Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
qang-lee committed Aug 7, 2024
1 parent 724816b commit a7c81c5
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 546 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const useActive = (

useEffect(() => {
if (routerHelper.getRouteIdByPath(currentPath.current) == activeKey) {
debugger;
;
const isFirst = activeFlag.current ?? true;
if (isFirst && onFirstActive) {
onFirstActive?.();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const KeepAliveOutlet = memo(() => {
return item.location?.pathname?.split("/").slice(-1)[0];
});
let allRouteKeys = [...pathArr];
debugger

pathArr.forEach((item) => {
const routeItem= routerHelper.getRoutItemConfigById(
item as ROUTE_ID_KEY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const NameInfo = () => {
const { isCollapsedMenu, settingData } = useFlat("appStore");
const antdThemeToken = antdTheme.useToken();
const { projectName, logo } = settingData;
debugger;
;
return (
<div
style={{
Expand Down
Loading

0 comments on commit a7c81c5

Please sign in to comment.