@@ -16,6 +16,6 @@ interface PcwebMenu {
code: string,
requireAuth: boolean,
isshow: boolean,
- remark: string,
+ remark?: string,
}[]
}