fetch(modify):修复API的URL
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m1s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m1s
This commit is contained in:
@@ -45,6 +45,7 @@ export interface PermissionTreeNode {
|
||||
url?: string // 请求路径
|
||||
platform?: string // 适用端口 (all:全部, web:Web后台, h5:H5端)
|
||||
sort?: number // 排序值
|
||||
status?: number // 状态 (0:禁用, 1:启用)
|
||||
available_for_role_types?: string // 可用角色类型 (1:平台角色, 2:客户角色)
|
||||
children?: PermissionTreeNode[] // 子权限列表
|
||||
}
|
||||
|
||||
@@ -44,11 +44,3 @@ export interface PlatformRoleFormData {
|
||||
role_type: RoleType
|
||||
status: RoleStatus
|
||||
}
|
||||
|
||||
// 权限树节点
|
||||
export interface PermissionTreeNode {
|
||||
id: number
|
||||
label: string
|
||||
value: string
|
||||
children?: PermissionTreeNode[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user