yusheng hace 5 días
padre
commit
d78afa8ae6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/pcsData/index.js

+ 1 - 1
src/api/pcsData/index.js

@@ -73,5 +73,5 @@ export async function getRealData(id) {
   if (res.data.code == 0) {
     return res.data.data;
   }
-  return Promise.reject(new Error(res.data.message));
+  return ''
 }