|
@@ -68,11 +68,11 @@ export const templateMenusRaw = [
|
|
|
{ key: RoadTemplate.Bend, icon: 'mb_wd', text: '弯道' },
|
|
|
{ key: RoadTemplate.SharpCurve, icon: 'mb_jzwd', text: '急转弯道' },
|
|
|
{ key: RoadTemplate.SixForkIntersection, icon: 'mb_lclk', text: '六岔路口' },
|
|
|
- { key: RoadTemplate.WideNarrowRoad, icon: 'mb_kbzld', text: '宽变窄路段' },
|
|
|
+ // { key: RoadTemplate.WideNarrowRoad, icon: 'mb_kbzld', text: '宽变窄路段' },
|
|
|
{ key: RoadTemplate.Corner, icon: 'mb_zjwd', text: '直角弯道' },
|
|
|
{ key: RoadTemplate.ImportSmashedRoad, icon: 'mb_jkzd', text: '进口匝道' },
|
|
|
{ key: RoadTemplate.HighSpeedTollBooth, icon: 'mb_gssfz', text: '高速收费站' },
|
|
|
- { key: RoadTemplate.HighSpeedHarbor, icon: 'mb_gsgw', text: '高速港湾' },
|
|
|
+ // { key: RoadTemplate.HighSpeedHarbor, icon: 'mb_gsgw', text: '高速港湾' },
|
|
|
{ key: RoadTemplate.HighwaySection, icon: 'mb_gsld', text: '高速路段' },
|
|
|
];
|
|
|
|