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 && }