chengsc
2024-08-15 581110a3dfb2882de66795047dd4a9f248d33176
HTML/views/Login.html
@@ -112,8 +112,8 @@
         };
         sendData(IP + "/WeatherForecast/Login", param, 'post', function (res) {
            console.log(res);
            if (res.code == 200) { //成功
               $.cookie('token', res.ToKen.TokenStr);
            if (res.code == 0) { //成功
               $.cookie('token', res.data);
               layer.msg("登录成功", {
                  icon: 1,
                  time: 1200 //2秒关闭(如果不配置,默认是3秒)
@@ -131,7 +131,7 @@
               
               
            } else { //不成功
               layer.msg(res.ErrorMsg, {
               layer.msg(res.msg, {
                  icon: 2,
                  time: 1200 //2秒关闭(如果不配置,默认是3秒)
               }, function () {