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