yusheng hai 6 días
pai
achega
d78afa8ae6
Modificáronse 1 ficheiros con 1 adicións e 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 ''
 }