瀏覽代碼

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

chenjunkai 5 年之前
父節點
當前提交
5297daac11
共有 3 個文件被更改,包括 2 次插入3 次删除
  1. 二進制
      web/sku/img/logout@2x.png
  2. 1 1
      web/sku/js/find_sku.js
  3. 1 2
      web/sku/js/sku_index.js

二進制
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";
 	});
 });