@@ -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";
});
@@ -514,7 +514,7 @@ $(function () {