pzb 5 년 전
부모
커밋
df7f79cdb8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      web/sku/js/find_sku.js
  2. 1 1
      web/sku/js/sku_index.js

+ 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 - 1
web/sku/js/sku_index.js

@@ -514,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";
 	});
 });