|
@@ -209,6 +209,6 @@ $(function () {
|
|
$.cookie("refresh_token", "", {expires: -1});
|
|
$.cookie("refresh_token", "", {expires: -1});
|
|
$.cookie("role_id", "", {expires: -1});
|
|
$.cookie("role_id", "", {expires: -1});
|
|
//回到首页
|
|
//回到首页
|
|
- window.location.href = "sku_index.html";
|
|
|
|
|
|
+ window.location.href = "login.html";
|
|
});
|
|
});
|
|
});
|
|
});
|