浏览代码

地址修改

liuzhen 6 年之前
父节点
当前提交
df3cf8f4b9
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      WebChart_2.0/js/index.js

+ 5 - 3
WebChart_2.0/js/index.js

497
 	})
497
 	})
498
 	//部门下拉框
498
 	//部门下拉框
499
 	function deprtment_six () {
499
 	function deprtment_six () {
500
-		$.getJSON( "http://192.168.4.18:5001/info/GetDeptList", function(result) {
500
+		$.getJSON(  huayi.config.callcenter_url + "info/GetDeptList", function(result) {
501
 			if(result.state == "success") {
501
 			if(result.state == "success") {
502
 				goodslist = result.data;
502
 				goodslist = result.data;
503
 				$(".depart_six").empty();
503
 				$(".depart_six").empty();
513
 	function workOrder(sd,ed){
513
 	function workOrder(sd,ed){
514
 		$.ajax({
514
 		$.ajax({
515
 			type: "get",
515
 			type: "get",
516
-			url: "http://192.168.4.18:5001/info/GetDeptCountDate",
516
+//			url: "http://192.168.4.18:5001/info/GetDeptCountDate",
517
+			url: huayi.config.callcenter_url + "info/GetDeptCountDate",
517
 			async: true,
518
 			async: true,
518
 			dataType: 'json',
519
 			dataType: 'json',
519
             data: {
520
             data: {
546
 	function workOrder_right(sd,ed){
547
 	function workOrder_right(sd,ed){
547
 		$.ajax({
548
 		$.ajax({
548
 			type: "get",
549
 			type: "get",
549
-			url: "http://192.168.4.18:5001/Info/GetOverdueList",
550
+//			url: "http://192.168.4.18:5001/Info/GetOverdueList",
551
+			url: huayi.config.callcenter_url + "Info/GetOverdueList",
550
 			async: true,
552
 			async: true,
551
 			dataType: 'json',
553
 			dataType: 'json',
552
             data: {
554
             data: {