import { PageLoading } from '@ant-design/pro-components'; import { Spin } from 'antd'; import { isJobPortalPage } from '@/utils/routeContext'; import './loading.less'; /** 路由 chunk 加载时的占位(Umi 约定入口) */ export default function RouteLoading() { const pathname = typeof window !== 'undefined' ? window.location.pathname : ''; if (isJobPortalPage(pathname)) { return (
正在加载页面
请稍候