feat: partner banner for every role

This commit is contained in:
eleanor.mao 2025-05-16 00:54:42 +08:00
parent d2ac64f20c
commit 4b13eeb938
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export const DOMAIN = 'http://192.168.60.120:8082';
// 'https://neighbourhood.cn';
// export const DOMAIN = 'http://192.168.60.120:8082';
export const DOMAIN = 'https://neighbourhood.cn';
export const BASE_URL = `${DOMAIN}/api`;
export enum API {

View File

@ -69,7 +69,7 @@ export default function User() {
/>
</Button>
</div>
{roleType === RoleType.Anchor && <PartnerEntry />}
<PartnerEntry />
{roleType === RoleType.Anchor && <AnchorFragment />}
{roleType === RoleType.Company && <CompanyFragment />}
</div>