shish 6 лет назад
Родитель
Сommit
7a553ae11f
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      shop/src/cool/components/upload/index.vue

+ 5 - 0
shop/src/cool/components/upload/index.vue

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