1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 15:40:21 +08:00

feat: 外链可内嵌打开

This commit is contained in:
zclzone
2024-03-15 16:20:38 +08:00
parent fd9480e92f
commit 04723ffbfa
6 changed files with 86 additions and 5 deletions

View File

@@ -40,20 +40,40 @@ export const naiveThemeOverrides = {
export const basePermissions = [
{
code: 'ExternalLink',
name: '外链',
name: '外链(可内嵌打开)',
type: 'MENU',
icon: 'i-fe:external-link',
order: 98,
enable: true,
show: true,
children: [
{
code: 'ShowDocs',
name: '项目文档',
type: 'MENU',
path: 'https://docs.isme.top/web/#/624306705/188522224',
icon: 'i-me:docs',
order: 1,
enable: true,
show: true,
},
{
code: 'ApiFoxDocs',
name: '接口文档',
type: 'MENU',
path: 'https://apifox.com/apidoc/shared-ff4a4d32-c0d1-4caf-b0ee-6abc130f734a',
icon: 'i-me:apifox',
order: 2,
enable: true,
show: true,
},
{
code: 'MyBlog',
name: '博客-掘金',
type: 'MENU',
path: 'https://juejin.cn/user/1961184475483255',
path: 'https://juejin.cn/user/1961184475483255/posts',
icon: 'i-simple-icons:juejin',
order: 1,
order: 3,
enable: true,
show: true,
},