li.shaoyi 4 年之前
父節點
當前提交
c76d8ea223
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ERMCP/PCWEB/Menu/REDEAM.MD

+ 1 - 1
ERMCP/PCWEB/Menu/REDEAM.MD

@@ -11,7 +11,7 @@ interface PcwebMenuAuth {
 interface PcwebMenu {
     title: string, // 标题
     code: string,  // 路由名称
-    path?: string, // 路由路径
+    path?: string, // 路由路径(为空当成组件)
     component: string, // 组件名或文件地址
     sort: number, // 排序
     rulekey: string, // 权限唯一key