pzb 5 tahun lalu
induk
melakukan
df7f79cdb8
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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";
 	});
 });