Explorar el Código

fix:代码合并

chenzhen2 hace 1 año
padre
commit
a79bfa726b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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],