feat: build

This commit is contained in:
chashaobao
2025-08-17 13:44:41 +08:00
parent 34f9c8d0e6
commit 6a2c94c7cf
9 changed files with 6093 additions and 12879 deletions

View File

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