| | |
| | | * 3、能管中心:ngzx |
| | | */ |
| | | public interface MenuPageId{ |
| | | String[] componentIds = new String[]{"vms","dfe","cems"}; |
| | | String[] componentIds = new String[]{"vms","fem","cems"}; |
| | | // String[] componentIds = new String[]{"Infovision iPark Platform","dfe","cems"}; |
| | | String afzx = "010100";//安防中心 |
| | | String xkzx = "xkzx";//消控中心 |
| | | String xkzx = "010100";//消控中心 |
| | | |
| | | String ngzx = "ngzx";//能管中心 |
| | | String jsc = "jsc";//物业后勤 |
| | |
| | | String componentId = HKConstants.MenuPageId.componentIds[0]; |
| | | String menuId = HKConstants.MenuPageId.afzx; |
| | | if(Constants.equalsInteger(type,Constants.ONE)){ |
| | | componentId = HKConstants.MenuPageId.componentIds[1]; |
| | | menuId = HKConstants.MenuPageId.xkzx; |
| | | }/*else if(Constants.equalsInteger(type,Constants.TWO)){ |
| | | menuId = HKConstants.MenuPageId.ngzx; |