#
whycq
2023-10-10 550de61d9a9f2c1701858277bcf132b8ae895f65
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: '登录失败',