Преглед на файлове

Merge branch 'master' of ssh://192.168.136.45:10022/SERVER/langer

chenjunkai преди 5 години
родител
ревизия
5297daac11
променени са 3 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. BIN
      web/sku/img/logout@2x.png
  2. 1 1
      web/sku/js/find_sku.js
  3. 1 2
      web/sku/js/sku_index.js

BIN
web/sku/img/logout@2x.png


+ 1 - 1
web/sku/js/find_sku.js

@@ -209,6 +209,6 @@ $(function () {
 		$.cookie("refresh_token", "", {expires: -1});
 		$.cookie("role_id", "", {expires: -1});
 	//回到首页
-		window.location.href = "sku_index.html";
+		window.location.href = "login.html";
 	});
 });

+ 1 - 2
web/sku/js/sku_index.js

@@ -14,7 +14,6 @@ $(function () {
     }else{
     	$(".new_suit_a").hide();
     }
-   
 //  首次获取
     $.ajax({
         url: url,
@@ -515,7 +514,7 @@ $(function () {
 		$.cookie("refresh_token", "", {expires: -1});
 		$.cookie("role_id", "", {expires: -1});
 	//回到首页
-		window.location.href = "sku_index.html";
+		window.location.href = "login.html";
 	});
 });