#
whycq
2023-12-01 a04905fd43bae355d36412b545a45cb307e9b481
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: '登录失败',