admin
22 小时以前 363889bebfe884e3913cbbda2d1cfd4af2f451cd
Pda/View/login.html
@@ -200,7 +200,7 @@
                        icon: 1,
                        time: 500 //2秒关闭(如果不配置,默认是3秒)
                     }, function () {
                        $.cookie('token', res.data,{ path: '/' });
                        $.cookie('token', res.data.Token,{ path: '/' });
                        //回调
                        location.href="/View/index.html";
                     });