#
whycq
2022-05-11 f0aa0f9247de70d1cee3f4957b1be8416640e320
pages/login/login.vue
@@ -95,8 +95,8 @@
               bindingThirdPhone: '/sys/thirdLogin/bindingThirdPhone'
            },
            type:'',
            userName:'root',
            password:'root',
            userName:'',
            password:'',
            rember:true,
            IP:'',
            PORT:'8080',// 默认端口号
@@ -215,7 +215,6 @@
            }
            uni.showLoading();
            uni.request({
                url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action',
                data: {
                  username:this.userName,