这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
cKey c9719052f2 chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
..
LINGYUN.Abp.UI.Navigation.VueVbenAdmin chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Platform.Application chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Platform.Application.Contracts chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Platform.Domain chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Platform.Domain.Shared chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Platform.EntityFrameworkCore chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Platform.HttpApi chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
README.md update api gateway init script 5 years ago

README.md

LINGYUN.Platform.Domain

平台管理模块

注意

动态菜单管理

IDataSeedContributor

说明: 用于预置菜单数据的接口,模块默认已初始化与vue-admin相关的菜单

其他注意事项

1、不论是布局(path)还是菜单(component),都不需要添加 @/ 的前缀(这通常在前端定义路由时需要),因为前端不支持这样的形式  

2、请在运行平台服务之前,执行 dotnet ef database update 更新平台服务数据结构

配置使用

[DependsOn(typeof(PlatformDomainModule))]
public class YouProjectModule : AbpModule
{
  // other
}