1.菜单和按钮基本授权完成;

2. todo:
a.按钮数据权限;
b.字段权限
This commit is contained in:
猿小天
2023-08-15 23:55:46 +08:00
parent 9c32c7f60b
commit 5524446dbc
13 changed files with 238 additions and 13861 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:1000'
VITE_API_URL = 'http://127.0.0.1:8000'
# 是否启用按钮权限
VITE_PM_ENABLED = true