bklLiudl
2024-08-27 13b91828a0301ba53585662f5207ed45ff485638
HTML/views/Login.html
@@ -112,7 +112,7 @@
         };
         sendData(IP + "/WeatherForecast/Login", param, 'post', function (res) {
            console.log(res);
            if (res.code == 200) { //成功
            if (res.code == 0) { //成功
               $.cookie('token', res.data);
               layer.msg("登录成功", {
                  icon: 1,