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