perf: 公司英文名称变更

main
LiaoYijun 4 months ago
parent 69d97b28ee
commit da170feaaa

@ -157,7 +157,7 @@ function App() {
<Content className='p-6 m-0 min-h-72 bg-white overflow-auto'>
{needToLogin ? <>login...</> : <Outlet />}
</Content>
<Footer>China Highlights International Travel Service Co., LTD, Version: {BUILD_VERSION}({GIT_HEAD})
<Footer>Highlights Travel Co., LTD, Version: {BUILD_VERSION}({GIT_HEAD})
<ReloadUpdate />
</Footer>
</Layout>

@ -26,7 +26,7 @@ function Standlone() {
<Content className="p-6 m-0 min-h-72 bg-white">
<Outlet />
</Content>
<Footer>China Highlights International Travel Service Co., LTD, Version: {BUILD_VERSION}({GIT_HEAD})</Footer>
<Footer>Highlights Travel Co., LTD, Version: {BUILD_VERSION}({GIT_HEAD})</Footer>
</Layout>
</AntApp>
</ConfigProvider>

Loading…
Cancel
Save