Forráskód Böngészése

Fix桌面版页面打开企业账号不自动打开页面

YueYunyun 2 éve
szülő
commit
c0a9e6bd70
1 módosított fájl, 17 hozzáadás és 20 törlés
  1. 17 20
      VbdsmUI_V2.1.1/src/pc/manage/js/desktop.util.js

+ 17 - 20
VbdsmUI_V2.1.1/src/pc/manage/js/desktop.util.js

@@ -437,27 +437,24 @@ define(
 						right: 37,
 					})
 				})()
+				;(function () {
+					//只有企业才提示用电概况
+					if (AUTH.company.orgType != 1) {
+						return
+					}
 
-				/*	(function(){
-			//只有企业才提示用电概况
-			if(AUTH.company.orgType != 1){
-				return;
-			}
-
-			core.openApp({"icon":"electricity_situation.png","fullable":0,"width":1200,"categoryId":0,"state":1,"type":3,"resize":1,"id":142,"content":"[232]","free":1,"title":"用电概况","height":600,"border":0,"reopen":1});
-
-		})();
-		(function(){
-			//只有gov才提示用电概况
-			if(AUTH.company.id == 9370 || AUTH.company.id == 9370){
-				//原尺寸
-				core.openApp({"icon":"bigscreen.png","fullable":1,"width":'100%',"categoryId":29,"state":1,"type":3,"resize":1,"id":146,"content":"[1552]","free":1,"title":"大屏展示","height":'100%',"border":0,"reopen":1},true); //80
-				//全屏
-				//core.openApp({"icon":"bigscreen.png","fullable":1,"width":'100%',"categoryId":29,"state":1,"type":3,"resize":1,"id":146,"content":"[1552]","free":1,"title":"大屏展示","height":h,"border":0,"reopen":1},true);
-			}
-			return;
-
-		})();*/
+					core.openApp({ icon: "electricity_situation.png", fullable: 0, width: 1200, categoryId: 0, state: 1, type: 3, resize: 1, id: 73, content: "[100]", free: 1, title: "用电概况", height: 600, border: 0, reopen: 1 })
+				})()
+				;(function () {
+					//只有gov才提示用电概况
+					// if (AUTH.company.id == 9370 || AUTH.company.id == 9370) {
+					// 	//原尺寸
+					// 	core.openApp({ icon: "bigscreen.png", fullable: 1, width: "100%", categoryId: 29, state: 1, type: 3, resize: 1, id: 146, content: "[1552]", free: 1, title: "大屏展示", height: "100%", border: 0, reopen: 1 }, true) //80
+					// 	//全屏
+					// 	//core.openApp({"icon":"bigscreen.png","fullable":1,"width":'100%',"categoryId":29,"state":1,"type":3,"resize":1,"id":146,"content":"[1552]","free":1,"title":"大屏展示","height":h,"border":0,"reopen":1},true);
+					// }
+					return
+				})()
 			})
 	}
 ),