|
|
|
@ -45,6 +45,8 @@ function MobileApp() {
|
|
|
|
|
return () => window.removeEventListener('load', handleLoad);
|
|
|
|
|
}, []);
|
|
|
|
|
|
|
|
|
|
const __BUILD_VERSION__ = `__BUILD_VERSION__`;
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<Layout>
|
|
|
|
|
<Header className='header px-2' style={{ position: 'sticky', top: 0, zIndex: 1, width: '100%', background: 'white' }}>
|
|
|
|
@ -61,10 +63,9 @@ function MobileApp() {
|
|
|
|
|
{ type: 'divider' },
|
|
|
|
|
{ label: <ClearCache />, key: 'clearcache' },
|
|
|
|
|
{ type: 'divider' },
|
|
|
|
|
{
|
|
|
|
|
label: <Link to='/p/dingding/logout'>退出</Link>,
|
|
|
|
|
key: '3',
|
|
|
|
|
},
|
|
|
|
|
{ label: <Link to='/p/dingding/logout'>退出</Link>, key: '3' },
|
|
|
|
|
{ type: 'divider' },
|
|
|
|
|
{ label: <>v{__BUILD_VERSION__}</>, key: 'clearcache' },
|
|
|
|
|
],
|
|
|
|
|
}}
|
|
|
|
|
trigger={['click']}>
|
|
|
|
|