#
whycq
2022-04-09 8cfe3b775e16a3e7e04544451c513d65280b34c0
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,