提交 67b2440b 作者: ZhangLingKun

优化:问题修复

上级 0e606b70
流水线 #8618 已通过 于阶段
in 48 秒
...@@ -131,6 +131,7 @@ const CustomIdentityView = () => { ...@@ -131,6 +131,7 @@ const CustomIdentityView = () => {
}; };
useEffect(() => { useEffect(() => {
query = {};
getCooperationList().then(); getCooperationList().then();
getTableList().then(); getTableList().then();
getListAppUserCount(); getListAppUserCount();
......
...@@ -173,7 +173,7 @@ import CompanyMemberView from '~/pages/systemManage/companyManage/companyMember' ...@@ -173,7 +173,7 @@ import CompanyMemberView from '~/pages/systemManage/companyManage/companyMember'
import CourseCategoryView from '~/pages/pilotTraining/courseCategory'; import CourseCategoryView from '~/pages/pilotTraining/courseCategory';
import NoticeManageView from '~/pages/resourceManage/noticeManage'; import NoticeManageView from '~/pages/resourceManage/noticeManage';
import CustomApplyPage from '~/pages/customManage/customApply'; import CustomApplyPage from '~/pages/customManage/customApply';
import StoreDecoratePage from 'src/pages/resourceManage/storeDecorate'; import StoreDecoratePage from '~/pages/resourceManage/storeDecorate';
const AddressManageView = React.lazy(() => import('~/pages/systemManage/addressManage')); const AddressManageView = React.lazy(() => import('~/pages/systemManage/addressManage'));
// const IndustryListView = React.lazy(() => import('~/pages/mallManage/industryManage/industryList')); //行业列表 // const IndustryListView = React.lazy(() => import('~/pages/mallManage/industryManage/industryList')); //行业列表
...@@ -206,7 +206,7 @@ export interface RouteObjectType { ...@@ -206,7 +206,7 @@ export interface RouteObjectType {
}; };
} }
// 加载页面 // 加载页面
const withLoadingComponent = (comp: JSX.Element) => ( const withLoadingComponent = (comp: React.ReactNode) => (
<React.Suspense <React.Suspense
fallback={ fallback={
<Spin size='large' tip='Loading...'> <Spin size='large' tip='Loading...'>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论