瀏覽代碼

fix 上传图片

anxiaoxia 1 年之前
父節點
當前提交
e210e3bf0b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/Information/index.jsx

+ 1 - 1
src/pages/Information/index.jsx

@@ -26,7 +26,7 @@ export default () => {
         return;
       }
       importUsers(file).then((res) => {
-        send('logUrl', res.data.fileKey);
+        send('logoUrl', res.data.fileKey);
       });
     },
     [abbreviation, englishAbbreviation, intro, logoUrl],