日志功能封装

This commit is contained in:
2024-05-22 18:02:48 +08:00
parent d757f99b5d
commit 68262d0519
5 changed files with 40 additions and 4 deletions

View File

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