增加登录日志埋点

This commit is contained in:
2024-05-22 17:00:14 +08:00
parent 85d52f5065
commit e910a76437
9 changed files with 461 additions and 84 deletions

View File

@@ -5,7 +5,8 @@ VITE_APP_TITLE='uniapp-vue3-project'
VITE_APP_ENV='development'
# 接口地址
VITE_APP_BASE_API='https://apidev.lakeapp.cn/'
#VITE_APP_BASE_API='https://apidev.lakeapp.cn/'
VITE_APP_BASE_API='https://api.lakeapp.cn/'
# 删除console
VITE_DROP_CONSOLE=false