绿满眶商城微信小程序-uniapp
api/common.js
@@ -35,15 +35,6 @@
  });
}
export function getPreviewUrl(params){
   return http.request({
     url: `${api.common}/lmk/file/preview`,
     method: Method.POST,
     data:params
   });
}
/**
 * 获取文件访问地址
 */