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