@@ -65,6 +65,12 @@ function showAlert(msg, url){
text: msg,
buttons: [
{
+ text: "退出登录",
+ onClick: function () {
+ location.href = '/weixin/login/logout';
+ }
+ },
+ {
text: "确定",
onClick: function () {
location.href = url;