@ -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 />
<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>
</AntApp>
</ConfigProvider>