完成了用户邀请码的生成,通过扫描可实现注册
This commit is contained in:
@ -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/'
|
Reference in New Issue
Block a user