这是基于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.
 
 
 
 
 
 
colin 0349e46ff4 feat(platform): 增加包管理缺少的本地化文本 1 year ago
..
LINGYUN.Abp.UI.Navigation.VueVbenAdmin fix(seed-menu): fixed #968 1 year ago
LINGYUN.Platform.Application fix(platform): 没有更新包时返回空对象 1 year ago
LINGYUN.Platform.Application.Contracts fix(package): fix incorrect nuget package name 1 year ago
LINGYUN.Platform.Domain fix(package): fix incorrect nuget package name 1 year ago
LINGYUN.Platform.Domain.Shared feat(platform): 增加包管理缺少的本地化文本 1 year ago
LINGYUN.Platform.EntityFrameworkCore fix(package): fix incorrect nuget package name 1 year ago
LINGYUN.Platform.HttpApi fix(session): fix some issues caused by user session design. 1 year ago
LINGYUN.Platform.Settings.VueVbenAdmin fix(package): fix incorrect nuget package name 1 year ago
LINGYUN.Platform.Theme.VueVbenAdmin upgrade abp framework to 8.2.0 1 year 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
}