Przeglądaj źródła

index首页修改

liuzhen 5 lat temu
rodzic
commit
b982f52e98

Plik diff jest za duży
+ 0 - 2321
WebUI/CallCenterWeb.UI/home.html


Plik diff jest za duży
+ 2309 - 32
WebUI/CallCenterWeb.UI/index.html


+ 1 - 1
WebUI/CallCenterWeb.UI/js/index.js

@@ -2,7 +2,7 @@
2 2
 $(document).ready(function () {
3 3
 
4 4
     if ($.cookie("token") == null) {
5
-        window.location.href = "index.html";
5
+        window.location.href = "login.html";
6 6
     }
7 7
 	getnew();
8 8
     //来电弹屏

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

@@ -198,7 +198,7 @@
198 198
 									$.cookie("extno", Fj, {
199 199
 										expires: 7
200 200
 									});
201
-									window.location.href = "home.html";
201
+									window.location.href = "index.html";
202 202
 								}
203 203
 							}
204 204
 						});