hwh
2025-01-14 985769440efe30cca462da4f08254001bf9db952
Pda/View/login.html
@@ -200,7 +200,7 @@
                        icon: 1,
                        time: 500 //2秒关闭(如果不配置,默认是3秒)
                     }, function () {
                        $.cookie('token', res.data);
                        $.cookie('token', res.data,{ path: '/' });
                        //回调
                        location.href="/View/index.html";
                     });