浏览代码

代码提交

miaofuhao 4 年之前
父节点
当前提交
a8b8ff0abe

+ 1 - 1
WebSite/comment/ComFooter.html

@@ -1,7 +1,7 @@
1 1
 <div class="navcon_box footerbox ">
2 2
 	<div>
3 3
 		版权所有:商丘市12345马上办便民服务热线 &nbsp;
4
-		主办单位:商丘市行政服务中心&nbsp;
4
+		主办单位:商丘市政务服务和大数据管理局&nbsp;
5 5
 	<div>
6 6
 		备案号:
7 7
 		<a href="http://beian.miit.gov.cn/state/outPortal/loginPortal.action" target="_blank" rel="nofollow">

+ 1 - 1
WebSite/css/indexs.css

@@ -16,7 +16,7 @@ body {
16 16
 	background-color: #fff;
17 17
 }
18 18
 .navCon{
19
-	min-height: 537px !important;
19
+	/*min-height: 537px !important;*/
20 20
 }
21 21
 ul,
22 22
 li {

二进制
WebSite/img/bg.png


二进制
WebSite/img/img-boundary.png


+ 30 - 0
WebUI/CallCenterWeb.UI/login.html

@@ -111,6 +111,36 @@
111 111
 					$("zx_fj").val($.cookie("fj"));
112 112
 					$(".zx_user").val($.cookie("user"));
113 113
 				}
114
+				if (!$.cookie("callcenter_url")) {
115
+					$.ajax({
116
+						type:"get",
117
+						// url:"http://k100.800100.net/SysConfig/GetConfig",
118
+						url: huayi.config.callcenter_url + "Login/GetAuAuthDate",
119
+						async:false,
120
+						success:function(res){
121
+							var res=$.parseJSON(res)
122
+							if(res.state== "success") {
123
+								debugger
124
+								$.cookie("callcenter_url",  escape(res.data.callcenter_url));
125
+								$.cookie("indextime", res.data.indextime);
126
+								$.cookie("menuworktime", res.data.menuworktime);
127
+								$.cookie("messageTime", res.data.messageTime);
128
+								$.cookie("socket_ip", res.data.socket_ip);
129
+								$.cookie("socket_port", res.data.socket_port);
130
+								if ($.cookie("token") == null) {
131
+							        window.location.href = "login.html";
132
+							    }else{
133
+							    	window.location.href = "home.html";
134
+							    }
135
+							} else {
136
+								layer.confirm(res.message, {
137
+									icon: 2,
138
+									btn: ['确定']
139
+								});
140
+							}
141
+						}
142
+					});
143
+				}
114 144
 				//键盘登录事件
115 145
 				$('input').bind('keypress', function(event) {
116 146
 					if(event.keyCode == "13") {

+ 3 - 3
商丘WebAPP/js/huayi.config.js

@@ -2,9 +2,9 @@ if(huayi == undefined) {
2 2
 	var huayi = {};
3 3
 }
4 4
 huayi.config = {
5
-	callcenter_url: "http://192.168.8.20:1001/",//生产环境
6
-	//callcenter_url: "http://139.224.236.21:4025/",//生产环境
7
-	//callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
5
+	//callcenter_url: "http://192.168.8.20:1001/",//生产环境
6
+	//callcenter_url: "http://139.224.236.21:4025/",//生产环境s
7
+	callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
8 8
 	socket_ip: "222.143.137.63", //ip
9 9
 	socket_port: "8081", //端口
10 10
 	menuworktime: 30000, //菜单工单数量刷新间隔

+ 1 - 1
商丘WebAPP/manifest.json

@@ -3,7 +3,7 @@
3 3
     "id" : "io.dcloud.H5E9497099", /*应用的标识,创建应用时自动生成,勿手动修改*/
4 4
     "name" : "12345马上办便民服务热线", /*应用名称,程序桌面图标名称*/
5 5
     "version" : {
6
-        "name" : "1.9.4", /*应用版本名称*/
6
+        "name" : "2.0.1", /*应用版本名称*/
7 7
         "code" : "83"
8 8
     },
9 9
     "description" : "", /*应用描述信息*/