|
|
@ -46,11 +46,11 @@ public class AbpUINavigationVueVbenAdmin5NavigationDefinitionProvider : Navigati |
|
|
project.AddItem( |
|
|
project.AddItem( |
|
|
new ApplicationMenu( |
|
|
new ApplicationMenu( |
|
|
name: "VbenGithub", |
|
|
name: "VbenGithub", |
|
|
displayName: "文档", |
|
|
displayName: "Github", |
|
|
url: "/vben-admin/github", |
|
|
url: "/vben-admin/github", |
|
|
component: "", |
|
|
component: "", |
|
|
icon: "mdi:github", |
|
|
icon: "mdi:github", |
|
|
description: "文档") |
|
|
description: "Github") |
|
|
.SetProperty("link", "https://github.com/vbenjs/vue-vben-admin") |
|
|
.SetProperty("link", "https://github.com/vbenjs/vue-vben-admin") |
|
|
.SetProperty("title", "Github") |
|
|
.SetProperty("title", "Github") |
|
|
); |
|
|
); |
|
|
@ -500,6 +500,7 @@ public class AbpUINavigationVueVbenAdmin5NavigationDefinitionProvider : Navigati |
|
|
displayName: "Api 文档", |
|
|
displayName: "Api 文档", |
|
|
url: "/manage/openapi", |
|
|
url: "/manage/openapi", |
|
|
component: "IFrame", |
|
|
component: "IFrame", |
|
|
|
|
|
icon: "material-icon-theme:swagger", |
|
|
description: "Api 文档", |
|
|
description: "Api 文档", |
|
|
multiTenancySides: MultiTenancySides.Host) |
|
|
multiTenancySides: MultiTenancySides.Host) |
|
|
.SetProperty("title", "abp.manage.openApi") |
|
|
.SetProperty("title", "abp.manage.openApi") |
|
|
@ -512,6 +513,7 @@ public class AbpUINavigationVueVbenAdmin5NavigationDefinitionProvider : Navigati |
|
|
displayName: "缓存管理", |
|
|
displayName: "缓存管理", |
|
|
url: "/manage/cache", |
|
|
url: "/manage/cache", |
|
|
component: "/caching/caches/index", |
|
|
component: "/caching/caches/index", |
|
|
|
|
|
icon: "devicon:redis", |
|
|
description: "缓存管理") |
|
|
description: "缓存管理") |
|
|
.SetProperty("title", "abp.manage.cache")); |
|
|
.SetProperty("title", "abp.manage.cache")); |
|
|
|
|
|
|
|
|
|