This commit is contained in:
parent
c38589715e
commit
ad40d07dc1
|
@ -275,15 +275,10 @@ export default {
|
|||
})
|
||||
},
|
||||
handleAvatarSuccess(res, file) {
|
||||
console.log(`${window.location.protocol}//${window.location.host}/${res.data}`);
|
||||
// console.log(res.data);
|
||||
this.anchors.img_zip = `${window.location.protocol}//${window.location.host}/${res.data}`
|
||||
// this.anchors.img_zip = this.img_zip
|
||||
this.anchors.img_zip = `${window.location.protocol}//${window.location.host}${res.data}`
|
||||
},
|
||||
handleSuccess(res, file) {
|
||||
console.log(`${window.location.protocol}//${window.location.host}/${res.data}`);
|
||||
this.anchors.trip_zip = `${window.location.protocol}//${window.location.host}/${res.data}`
|
||||
// this.anchors.trip_zip = this.trip_zip
|
||||
this.anchors.trip_zip = `${window.location.protocol}//${window.location.host}${res.data}`
|
||||
},
|
||||
onAdd() {
|
||||
this.anchors = {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.disable-layer[data-v-69d1f452]{width:100%;height:100%;background:#f5f7fa;position:absolute;top:0;left:0;z-index:99;opacity:.5}.img-box[data-v-675d76ca]{position:relative}.el-icon-folder[data-v-675d76ca]{color:#409eff!important;font-size:100px}.close[data-v-675d76ca]{position:absolute;top:-10px;right:-8px;font-size:18px;color:#409eff}.mistake-content[data-v-675d76ca],.qa-desc[data-v-675d76ca]{display:-webkit-box;display:-ms-flexbox;display:flex}.mistake-left[data-v-675d76ca]{width:90%}.mistake-right[data-v-675d76ca]{padding-left:20px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-container[data-v-675d76ca]{position:relative;padding-bottom:60px}[data-v-675d76ca].el-table--fit{padding-bottom:0!important}.el-table[data-v-675d76ca],.filter-container[data-v-675d76ca]{padding-bottom:52px}.mistake-btn[data-v-675d76ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:10px}.search[data-v-675d76ca]{margin-left:10px}.avatar-uploader .el-upload[data-v-675d76ca]{border:1px solid #131313;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-675d76ca]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-675d76ca]{border:1px solid #979797;border-radius:15px;font-size:28px;color:#8c939d;width:100px;height:100px;line-height:100px;text-align:center;position:relative}
|
|
@ -1 +0,0 @@
|
|||
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.disable-layer[data-v-69d1f452]{width:100%;height:100%;background:#f5f7fa;position:absolute;top:0;left:0;z-index:99;opacity:.5}.img-box[data-v-39e04288]{position:relative}.el-icon-folder[data-v-39e04288]{color:#409eff!important;font-size:100px}.close[data-v-39e04288]{position:absolute;top:-10px;right:-8px;font-size:18px;color:#409eff}.mistake-content[data-v-39e04288],.qa-desc[data-v-39e04288]{display:-webkit-box;display:-ms-flexbox;display:flex}.mistake-left[data-v-39e04288]{width:90%}.mistake-right[data-v-39e04288]{padding-left:20px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-container[data-v-39e04288]{position:relative;padding-bottom:60px}[data-v-39e04288].el-table--fit{padding-bottom:0!important}.el-table[data-v-39e04288],.filter-container[data-v-39e04288]{padding-bottom:52px}.mistake-btn[data-v-39e04288]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:10px}.search[data-v-39e04288]{margin-left:10px}.avatar-uploader .el-upload[data-v-39e04288]{border:1px solid #131313;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-39e04288]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-39e04288]{border:1px solid #979797;border-radius:15px;font-size:28px;color:#8c939d;width:100px;height:100px;line-height:100px;text-align:center;position:relative}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue