mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +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,
 | 
			
		||||
  utils = 2,
 | 
			
		||||
  table = 3,
 | 
			
		||||
  tree = 4,
 | 
			
		||||
  components = 5,
 | 
			
		||||
  able = 6,
 | 
			
		||||
  frame = 7,
 | 
			
		||||
  nested = 8,
 | 
			
		||||
  result = 9,
 | 
			
		||||
  error = 10,
 | 
			
		||||
  list = 11,
 | 
			
		||||
  permission = 12,
 | 
			
		||||
  system = 13,
 | 
			
		||||
  tabs = 14,
 | 
			
		||||
  formdesign = 15,
 | 
			
		||||
  flowchart = 16,
 | 
			
		||||
  ppt = 17,
 | 
			
		||||
  editor = 18,
 | 
			
		||||
  guide = 19,
 | 
			
		||||
  about = 20;
 | 
			
		||||
  components = 4,
 | 
			
		||||
  able = 5,
 | 
			
		||||
  frame = 6,
 | 
			
		||||
  nested = 7,
 | 
			
		||||
  result = 8,
 | 
			
		||||
  error = 9,
 | 
			
		||||
  list = 10,
 | 
			
		||||
  permission = 11,
 | 
			
		||||
  system = 12,
 | 
			
		||||
  tabs = 13,
 | 
			
		||||
  formdesign = 14,
 | 
			
		||||
  flowchart = 15,
 | 
			
		||||
  ppt = 16,
 | 
			
		||||
  editor = 17,
 | 
			
		||||
  guide = 18,
 | 
			
		||||
  about = 19;
 | 
			
		||||
 | 
			
		||||
export {
 | 
			
		||||
  home,
 | 
			
		||||
  doc,
 | 
			
		||||
  utils,
 | 
			
		||||
  table,
 | 
			
		||||
  tree,
 | 
			
		||||
  components,
 | 
			
		||||
  able,
 | 
			
		||||
  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