@@ -159,6 +159,9 @@ public class ThirdServiceImpl implements ThirdService { | |||
case WaterWayConstant.WATERWAY_CLIENT: | |||
url = String.format(Locale.ENGLISH, "%s%s", platform.getPlatformUrl(), WaterWayConstant.FIND_MENU); | |||
break; | |||
//飞手无菜单 | |||
case PilotConstant.PILOT_CLIENT: | |||
return null; | |||
default: | |||
break; | |||
} |