feat(user): 添加用户钱包功能和成员推广弹窗

This commit is contained in:
JiaJun
2026-04-16 17:13:09 +08:00
parent 5c33491ae2
commit 7f3a7c34f0
4 changed files with 287 additions and 5 deletions

View File

@@ -5,4 +5,5 @@ ENV = 'development'
VITE_BASE_PATH = './'
# 本地环境接口地址 - 尾部无需带'/'
VITE_AXIOS_BASE_URL = 'http://localhost:8000'
#VITE_AXIOS_BASE_URL = 'http://localhost:8000'
VITE_AXIOS_BASE_URL = 'http://192.168.0.46:8000'