|
@@ -158,8 +158,8 @@ export default {
|
|
|
onSuccess(res, file) {
|
|
onSuccess(res, file) {
|
|
|
|
|
|
|
|
//暂时关闭图库上传 shish 2020.5.28
|
|
//暂时关闭图库上传 shish 2020.5.28
|
|
|
- this.$message.error('开发中...');
|
|
|
|
|
- return false;
|
|
|
|
|
|
|
+ // this.$message.error('开发中...');
|
|
|
|
|
+ // return false;
|
|
|
|
|
|
|
|
let item = this.list[this.index];
|
|
let item = this.list[this.index];
|
|
|
const { url, smallUrl, shortUrl } = res;
|
|
const { url, smallUrl, shortUrl } = res;
|