|
@@ -124,23 +124,23 @@ export const mainMenusRaw: MenusRaw = [
|
|
|
];
|
|
|
|
|
|
if (import.meta.env.DEV) {
|
|
|
- mainMenusRaw.unshift(
|
|
|
- { key: UIType.CurveRoad, text: "弯路" }
|
|
|
- )
|
|
|
- mainMenusRaw.splice(1, 0, {
|
|
|
- key: UITypeExtend.road,
|
|
|
- text: "道路",
|
|
|
- children: [
|
|
|
- { key: UIType.OneEdgeOneLanRoad, text: "单向单车道直路" },
|
|
|
- { key: UIType.OneEdgeTwoLanRoad, text: "单向双车道直路" },
|
|
|
- { key: UIType.OneEdgeThreeLanRoad, text: "单向三车道直路" },
|
|
|
- { key: UIType.TwoEdgeOneLanRoad, text: "双向单车道直路" },
|
|
|
- { key: UIType.TwoEdgeTwoLanRoad, text: "双向双车道直路" },
|
|
|
- { key: UIType.TwoEdgeThreeLanRoad, text: "双向三车道直路" },
|
|
|
- { key: UITypeExtend.structure, text: "道路结构", extend: structureMenusRaw },
|
|
|
- { key: UITypeExtend.template, text: "道路模板", extend: templateMenusRaw },
|
|
|
- ]
|
|
|
- },)
|
|
|
+ // mainMenusRaw.unshift(
|
|
|
+ // { key: UIType.CurveRoad, text: "弯路" }
|
|
|
+ // )
|
|
|
+ // mainMenusRaw.splice(1, 0, {
|
|
|
+ // key: UITypeExtend.road,
|
|
|
+ // text: "道路",
|
|
|
+ // children: [
|
|
|
+ // { key: UIType.OneEdgeOneLanRoad, text: "单向单车道直路" },
|
|
|
+ // { key: UIType.OneEdgeTwoLanRoad, text: "单向双车道直路" },
|
|
|
+ // { key: UIType.OneEdgeThreeLanRoad, text: "单向三车道直路" },
|
|
|
+ // { key: UIType.TwoEdgeOneLanRoad, text: "双向单车道直路" },
|
|
|
+ // { key: UIType.TwoEdgeTwoLanRoad, text: "双向双车道直路" },
|
|
|
+ // { key: UIType.TwoEdgeThreeLanRoad, text: "双向三车道直路" },
|
|
|
+ // { key: UITypeExtend.structure, text: "道路结构", extend: structureMenusRaw },
|
|
|
+ // { key: UITypeExtend.template, text: "道路模板", extend: templateMenusRaw },
|
|
|
+ // ]
|
|
|
+ // },)
|
|
|
}
|
|
|
|
|
|
export const photoMenusRaw: MenusRaw = [
|