Browse Source

增加二级菜单的公共页面。是一个路由页面。

jiaxiaoqiang 1 year ago
parent
commit
2d2445fe13
3 changed files with 1 additions and 6 deletions
  1. 1 1
      README.md
  2. 0 5
      src/views/base/modeling/index.vue
  3. 0 0
      src/views/layout/index.vue

+ 1 - 1
README.md

@@ -20,4 +20,4 @@ pnpm run dev
 
 
 功能示例:
 功能示例:
 1. v-debounce:click防抖。2.按钮权限。v-hasPerm或者checkPerm 3.数据字典在dictionary里面添加type。
 1. v-debounce:click防抖。2.按钮权限。v-hasPerm或者checkPerm 3.数据字典在dictionary里面添加type。
-4.全局公共选择table的弹窗CommonTable.
+4.全局公共选择table的弹窗CommonTable. 5.多级菜单第二级用菜单,组件为layout/index.可以参考基础数据的工艺管理。

+ 0 - 5
src/views/base/modeling/index.vue

@@ -1,5 +0,0 @@
-<template>
-  <div>
-    <router-view />
-  </div>
-</template>

src/views/base/craftManagement/index.vue → src/views/layout/index.vue