Pda/View/login.html
@@ -200,12 +200,12 @@ icon: 1, time: 500 //2秒关闭(如果不配置,默认是3秒) }, function () { $.cookie('token', res.data); $.cookie('token', res.data,{ path: '/' }); //回调 location.href="/View/index.html"; }); }else{//不成功 layer.msg(res.ErrorMsg, { layer.msg(res.msg, { icon: 2, time: 2000 //2秒关闭(如果不配置,默认是3秒) }, function () {