这是基于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 822e784484 fix(seed-menu): fixed #968 1 year ago
..
LINGYUN/Abp/UI/Navigation/VueVbenAdmin fix(seed-menu): fixed #968 1 year ago
FodyWeavers.xml chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
FodyWeavers.xsd chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Abp.UI.Navigation.VueVbenAdmin.csproj upgrade abp framework to 8.2.0 1 year ago
README.md added UI navigation custom module. 4 years ago

README.md

LINGYUN.Abp.UI.Navigation.VueVbenAdmin

适用于 abp-vue-vben-admin 的初始化菜单数据模块

配置使用

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

配置项

  • AbpUINavigationVueVbenAdminOptions.UI UI名称,默认值: Vue Vben Admin,不建议变更,否则需要改变前端
  • AbpUINavigationVueVbenAdminOptions.LayoutName 布局名称,默认值: Vben Admin Layout,不建议变更,否则需要改变前端
  • AbpUINavigationVueVbenAdminOptions.LayoutPath 布局组件,默认值: LAYOUT,不建议变更,否则需要改变前端

其他