fix: 修复列管理的问题

This commit is contained in:
猿小天
2023-10-19 16:10:05 +08:00
parent 996d644d9b
commit 075d457dc7
5 changed files with 13 additions and 9 deletions

View File

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