shishuaikang
2023-12-12 e5cd5597aad68f294fcfff465e0a312713804c0d
xcx/pages/registerIndex/index.vue
@@ -227,7 +227,7 @@
            this.fileList = [{
               id: this.fileList.length + 1,
               data: data.photoUrl,
               url: `https://pipe.thhy-tj.com/${data.photoUrl}`
               url: `https://szpipe.thhy-tj.com/${data.photoUrl}`
            }]
            this.$set(this.formRegister, 'realName', data.realName);
            this.$set(this.formRegister, 'sex', data.sex);
@@ -280,7 +280,7 @@
                     status: 'success',
                     message: '',
                     data: data.data,
                     url: `https://pipe.thhy-tj.com/${data.data}`
                     url: `https://szpipe.thhy-tj.com/${data.data}`
                  })
               },
               fail: (error) => {