完成了登录模块

This commit is contained in:
2025-05-19 09:08:33 +08:00
parent 7c934ded5f
commit 3fe9c3c209
20 changed files with 364 additions and 208 deletions

View File

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