#
whycq
2022-02-22 ed52313c4a5fa425846d3a67de208c209823916c
pages/login/login.vue
@@ -89,7 +89,6 @@
            url: {
               bindingThirdPhone: '/sys/thirdLogin/bindingThirdPhone'
            },
            baseIP:'',
            type:'',
            userName:'',
            password:'',
@@ -117,7 +116,6 @@
            } else {
             that.IP = '';
            }
      },
      onLoad:function(){
         // #ifdef APP-PLUS
@@ -150,11 +148,10 @@
            this.$refs.inputDialog.open()
         },
         dialogInputConfirm(type){
            this.baseUrl=type
            this.IP = type
            this.UIP = type
            uni.setStorageSync('UIP',type)
         },
            this.baseIP = type
            },
         checkboxChange: function(e) {
             if (e.detail.value.length == 1) {
         
@@ -177,7 +174,7 @@
            }
            uni.showLoading();
            uni.request({
                url: this.baseUrl + '/login.action',
                url: this.baseHttp + this.baseIP + this.baseUrl + '/login.action',
                data: {
                  mobile:this.userName,
                  password:md5.hex_md5(this.password)