feat(部门管理): 新增编辑实现

This commit is contained in:
sheng
2023-07-31 14:49:12 +08:00
parent b95679a986
commit c4e2451ac8
7 changed files with 101 additions and 80 deletions

View File

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