refactor: 前端应用骨架迁移至 zustand 并统一路由权限壳

This commit is contained in:
2026-08-05 17:10:30 +08:00
parent e21f0de427
commit d53bbd8176
33 changed files with 1055 additions and 687 deletions

View File

@@ -1,5 +1,5 @@
import React, { useRef } from 'react';
import { useLocation, useOutlet } from 'react-router-dom';
import { useLocation, useOutlet } from 'react-router';
const MAX_CACHED_PAGES = 30;