From 4b13eeb938b6214c7e3c180baf2c24046206248b Mon Sep 17 00:00:00 2001 From: "eleanor.mao" Date: Fri, 16 May 2025 00:54:42 +0800 Subject: [PATCH] feat: partner banner for every role --- src/http/api.ts | 4 ++-- src/pages/user/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/http/api.ts b/src/http/api.ts index 0a6932d..93aead5 100644 --- a/src/http/api.ts +++ b/src/http/api.ts @@ -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 { diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index 2061971..3f9742c 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -69,7 +69,7 @@ export default function User() { /> - {roleType === RoleType.Anchor && } + {roleType === RoleType.Anchor && } {roleType === RoleType.Company && }