#
whycq
2022-12-12 a61831cae4b9f6d1b20ac16a44a28d995bf9f057
pages/login/login.vue
@@ -65,7 +65,7 @@
         onLogin() {
            let that = this
            uni.request({
               url: 'http://localhost:9528/login.action',
               url: 'http://192.168.50.101:9528/login.action',
               fail(result) {
                  uni.showToast({title: '请求失败'})
               },