feat(部门管理): 部门信息布局完成

This commit is contained in:
sheng
2023-08-01 18:29:31 +08:00
parent 98b81a789d
commit 7c72cc74df
5 changed files with 150 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ ENV = 'development'
# 本地环境接口地址
#`VITE_API_URL = 'https://demo.dvadmin.com/api'
VITE_API_URL = 'http://192.168.1.94:10000'
VITE_API_URL = 'http://192.168.1.94:1000'
# 是否启用按钮权限
VITE_PM_ENABLED = true