mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
refactor: 重构关于页面,整体更紧致,关键信息更突出
This commit is contained in:
@@ -12,12 +12,12 @@ const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以
|
||||
permission = 9,
|
||||
system = 10,
|
||||
tabs = 11,
|
||||
formdesign = 12,
|
||||
flowchart = 13,
|
||||
ppt = 14,
|
||||
editor = 15,
|
||||
guide = 16,
|
||||
about = 17,
|
||||
about = 12,
|
||||
formdesign = 13,
|
||||
flowchart = 14,
|
||||
ppt = 15,
|
||||
editor = 16,
|
||||
guide = 17,
|
||||
menuoverflow = 18;
|
||||
|
||||
export {
|
||||
@@ -33,11 +33,11 @@ export {
|
||||
permission,
|
||||
system,
|
||||
tabs,
|
||||
about,
|
||||
formdesign,
|
||||
flowchart,
|
||||
ppt,
|
||||
editor,
|
||||
guide,
|
||||
about,
|
||||
menuoverflow
|
||||
};
|
||||
|
||||
@@ -5,6 +5,7 @@ export default {
|
||||
path: "/about",
|
||||
redirect: "/about/index",
|
||||
meta: {
|
||||
icon: "info",
|
||||
title: $t("menus.hsAbout"),
|
||||
rank: about
|
||||
},
|
||||
|
||||
@@ -18,7 +18,7 @@ export default {
|
||||
meta: {
|
||||
title: $t("menus.hsFormDesign"),
|
||||
frameSrc:
|
||||
"https://haixin-fang.github.io/starfish-vue3-lowcode/playground/index.html#/"
|
||||
"https://haixin-fang.github.io/vue-form-design/playground/index.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user