diff --git a/.env.production b/.env.production index ff689425..21746d47 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,6 @@ VUE_APP_TITLE = 安徽机械化装备共享平台 ENV = 'production' # 安徽机械化装备共享平台/生产环境 -VUE_APP_BASE_API = '/prod-api' +# VUE_APP_BASE_API = '/prod-api' # 宏源 -# VUE_APP_BASE_API = '/iws/jxhzb-api' \ No newline at end of file +VUE_APP_BASE_API = '/iws/jxhzb-api' \ No newline at end of file diff --git a/src/views/swiper-manage/index.vue b/src/views/swiper-manage/index.vue index ad27029f..669f4edf 100644 --- a/src/views/swiper-manage/index.vue +++ b/src/views/swiper-manage/index.vue @@ -144,7 +144,7 @@ export default { return { uploadFileUrl: process.env.VUE_APP_BASE_API + '/file/upload', dialogInnerVisible: false, - fileType: ['png', 'jpg', 'jpeg'], + fileType: ['png', 'jpg', 'jpeg', 'gif'], previewUrl: '', addSwiperVisible: false, value1: true,