yusheng 1 週間 前
コミット
d78afa8ae6
1 ファイル変更1 行追加1 行削除
  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 ''
 }