mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
chore: update
This commit is contained in:
parent
b2ec77275d
commit
47960bbaf9
@ -4,30 +4,28 @@ const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以
|
|||||||
doc = 1,
|
doc = 1,
|
||||||
utils = 2,
|
utils = 2,
|
||||||
table = 3,
|
table = 3,
|
||||||
tree = 4,
|
components = 4,
|
||||||
components = 5,
|
able = 5,
|
||||||
able = 6,
|
frame = 6,
|
||||||
frame = 7,
|
nested = 7,
|
||||||
nested = 8,
|
result = 8,
|
||||||
result = 9,
|
error = 9,
|
||||||
error = 10,
|
list = 10,
|
||||||
list = 11,
|
permission = 11,
|
||||||
permission = 12,
|
system = 12,
|
||||||
system = 13,
|
tabs = 13,
|
||||||
tabs = 14,
|
formdesign = 14,
|
||||||
formdesign = 15,
|
flowchart = 15,
|
||||||
flowchart = 16,
|
ppt = 16,
|
||||||
ppt = 17,
|
editor = 17,
|
||||||
editor = 18,
|
guide = 18,
|
||||||
guide = 19,
|
about = 19;
|
||||||
about = 20;
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
home,
|
home,
|
||||||
doc,
|
doc,
|
||||||
utils,
|
utils,
|
||||||
table,
|
table,
|
||||||
tree,
|
|
||||||
components,
|
components,
|
||||||
able,
|
able,
|
||||||
frame,
|
frame,
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
import { $t } from "@/plugins/i18n";
|
|
||||||
import { tree } from "@/router/enums";
|
|
||||||
import hot from "@/assets/svg/hot.svg?component";
|
|
||||||
|
|
||||||
export default {
|
|
||||||
path: "/tree",
|
|
||||||
redirect: "/tree/index",
|
|
||||||
meta: {
|
|
||||||
icon: hot,
|
|
||||||
title: $t("menus.hsTree"),
|
|
||||||
rank: tree
|
|
||||||
},
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: "/tree/index",
|
|
||||||
name: "Tree",
|
|
||||||
component: () => import("@/views/tree/index.vue"),
|
|
||||||
meta: {
|
|
||||||
title: $t("menus.hsTree")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
} as RouteConfigsTable;
|
|
@ -1,7 +0,0 @@
|
|||||||
<script setup lang="ts"></script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<div>即将发布</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped></style>
|
|
Loading…
x
Reference in New Issue
Block a user