anxiaoxia 1 год назад
Родитель
Сommit
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],