Przeglądaj źródła

修改 工公告通知 路径

fanlongfei 7 lat temu
rodzic
commit
f6d432df9c

+ 1 - 1
CallCenterWeb.UI/WeChart/index.html

@@ -58,7 +58,7 @@
58 58
 						window.location.replace("signout.html?menuCode=GRZX");
59 59
 						break; //个人中心
60 60
 					case "GDTZ":
61
-						window.location.replace("http://wechat.800100.net/html/WorkAnn.html?menuCode=GDTZ");
61
+						window.location.replace("html/WorkAnn.html?menuCode=GDTZ");
62 62
 						break; //工公告通知
63 63
 					default:
64 64
 						window.location.replace("html/error.html");

+ 0 - 1
CallCenterWeb.UI/WeChart/signout.html

@@ -71,7 +71,6 @@
71 71
 			});
72 72
 
73 73
 			function f_close() {
74
-				debugger
75 74
 				if(typeof(WeixinJSBridge) != "undefined") {
76 75
 					//WeixinJSBridge.call('closeWindow');  
77 76
 					WeixinJSBridge.invoke('closeWindow', {}, function(res) {