whycq
2023-10-11 9d0f14f67d1883738a5c18b9f7a40667a56b33d3
pages/login/login.vue
@@ -188,6 +188,9 @@
                  "content-type": "application/json"
               },
               success(result) {
                  uni.reLaunch({
                     url: '../home/home'
                  });
                  if (result.statusCode === 404) {
                     uni.showToast({
                        title: '登录失败',