hwh
2024-07-19 e62f4a064ca14325090bb3146dce3f8f4d7a3d05
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,