feat: 优化默认头像显示

This commit is contained in:
李强
2023-10-19 16:55:19 +08:00
parent 7159253c6b
commit 8e107d9944
4 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
ENV = 'development'
# 本地环境接口地址
VITE_API_URL = 'http://127.0.0.1:8001'
VITE_API_URL = 'http://127.0.0.1:8000'
# 是否启用按钮权限
VITE_PM_ENABLED = true