Administrator
2021-06-11 18bee78ebcacfad96914d4cdcd11d5f449d0a1f6
pages/infoRegistration/infoCheck.vue
@@ -60,7 +60,7 @@
            typeArray:["学校","医院","小区"],
            typeArrayIndex:0,
            typeArrayType:'请选择客户类型',
            pathUrl:"https://web.byisf.com/api/blade-system",
            pathUrl:"http://s16s652780.51mypc.cn/api",
            // pathUrl: "http://localhost:8106"
         }
      },
@@ -76,7 +76,7 @@
         getTenantList(){
            var that = this;
            uni.request({
               url: this.pathUrl + '/tenant/page',
               url: this.pathUrl + '/blade-system/tenant/page',
               method:'GET',
               success: (res) => {
                  that.tenantArr = res.data.data.records;
@@ -147,7 +147,7 @@
         //提交修改
         confirm(){
            uni.request({
               url: 'https://web.byisf.com/api/blade-system/tenant/submit',
               url: this.pathUrl +'/blade-system/tenant/submit',
               method:'POST',
               data:{
                     "id":this.id,