|
|
@@ -43,28 +43,28 @@
|
|
43
|
43
|
function gourl() {
|
|
44
|
44
|
switch(menucode) {
|
|
45
|
45
|
case "XXSC":
|
|
46
|
|
- window.location.replace("html/index.html?menuCode=XXSC");
|
|
|
46
|
+ window.location.replace("html/index.html");
|
|
47
|
47
|
break; //微留言 》》 信息发布(留言板)
|
|
48
|
48
|
case "GDLB":
|
|
49
|
|
- window.location.replace("html/WorkSearch.html?menuCode=GDLB");
|
|
|
49
|
+ window.location.replace("html/WorkSearch.html");
|
|
50
|
50
|
break; //微留言 》》 信息查询
|
|
51
|
51
|
case "WJDC":
|
|
52
|
|
- window.location.replace("html/questionnaire.html?menuCode=WJDC");
|
|
|
52
|
+ window.location.replace("html/questionnaire.html");
|
|
53
|
53
|
break; //微调查》》调查问卷
|
|
54
|
54
|
case "XXCL":
|
|
55
|
|
- window.location.replace("html/WorkCL.html?menuCode=XXCL");
|
|
|
55
|
+ window.location.replace("html/WorkCL.html");
|
|
56
|
56
|
break; //微调查》》管理员》》信息处理
|
|
57
|
57
|
case "GLZX":
|
|
58
|
|
- window.location.replace("html/managementCenter.html?menuCode=GLZX");
|
|
|
58
|
+ window.location.replace("html/managementCenter.html");
|
|
59
|
59
|
break; //微调查》》管理员》》管理中心
|
|
60
|
60
|
case "SJTJ":
|
|
61
|
|
- window.location.replace("html/Census.html?menuCode=SJTJ");
|
|
|
61
|
+ window.location.replace("html/Census.html");
|
|
62
|
62
|
break; //微调查》》管理员》》数据统计
|
|
63
|
63
|
case "GDTZ":
|
|
64
|
|
- window.location.replace("/html/WorkAnn.html?menuCode=GDTZ");
|
|
|
64
|
+ window.location.replace("/html/WorkAnn.html");
|
|
65
|
65
|
break; //工公告通知
|
|
66
|
66
|
case "GRZX":
|
|
67
|
|
- window.location.replace("signout.html?menuCode=GRZX");
|
|
|
67
|
+ window.location.replace("signout.html");
|
|
68
|
68
|
break; //微调查》管理员》个人中心
|
|
69
|
69
|
default:
|
|
70
|
70
|
window.location.replace("html/error.html");
|