Browse Source

no message

zhujindu 4 months ago
parent
commit
cc315886d9
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/api/index.js

+ 0 - 9
src/api/index.js

@@ -1040,15 +1040,6 @@ export function deleteSummaryMobile(query) {
   });
   });
 }
 }
 
 
-// 根据日报id查询汇报当天拜访照片base64格式
-export function imgToBase64(data) {
-  return request({
-    url: '/mobile/reportMobile/imgToBase64',
-    method: 'post',
-    data,
-  });
-}
-
 // 发送验证码并校验验证码
 // 发送验证码并校验验证码
 export function sendAndCheckVerCode(query) {
 export function sendAndCheckVerCode(query) {
   return request({
   return request({