完成了用户邀请码的生成,通过扫描可实现注册

This commit is contained in:
2025-06-04 17:13:09 +08:00
parent 313bb8d728
commit 484d75dda5
5 changed files with 20 additions and 10 deletions

View File

@ -1,3 +1,6 @@
export const local='http://localhost:3456';
export const ip = 'http://1.94.237.210:3457';
export const baseUrl = local;
export const globalImgUrl = baseUrl + '/file/download/'