miaofuhao 1 年之前
父節點
當前提交
92938f2507
共有 2 個文件被更改,包括 30 次插入2 次删除
  1. 28 0
      WebUI/CallCenterWeb.UI/Media/.project
  2. 2 2
      WebUI/CallCenterWeb.UI/login.html

+ 28 - 0
WebUI/CallCenterWeb.UI/Media/.project

1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<projectDescription>
3
+	<name>Media</name>
4
+	<comment></comment>
5
+	<projects>
6
+	</projects>
7
+	<buildSpec>
8
+		<buildCommand>
9
+			<name>com.aptana.ide.core.unifiedBuilder</name>
10
+			<arguments>
11
+			</arguments>
12
+		</buildCommand>
13
+	</buildSpec>
14
+	<natures>
15
+		<nature>com.aptana.projects.webnature</nature>
16
+	</natures>
17
+	<filteredResources>
18
+		<filter>
19
+			<id>1716054528744</id>
20
+			<name></name>
21
+			<type>26</type>
22
+			<matcher>
23
+				<id>org.eclipse.ui.ide.multiFilter</id>
24
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
25
+			</matcher>
26
+		</filter>
27
+	</filteredResources>
28
+</projectDescription>

+ 2 - 2
WebUI/CallCenterWeb.UI/login.html

394
 
394
 
395
 						$.ajax({
395
 						$.ajax({
396
 							type: "post",
396
 							type: "post",
397
-							url: huayi.config.callcenter_url + "/Login/login",
397
+							url: huayi.config.callcenter_url + "/login",
398
 							dataType: 'json',
398
 							dataType: 'json',
399
 							async: true,
399
 							async: true,
400
 							data: {
400
 							data: {
447
 						/*请求后台*/
447
 						/*请求后台*/
448
 						$.ajax({
448
 						$.ajax({
449
 							type: "post",
449
 							type: "post",
450
-							url: huayi.config.callcenter_url + "/Login/login",
450
+							url: huayi.config.callcenter_url + "/login",
451
 							dataType: 'json',
451
 							dataType: 'json',
452
 							async: true,
452
 							async: true,
453
 							data: {
453
 							data: {