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