4
0

2 کامیت‌ها 4d25657481 ... 8353a92923

نویسنده SHA1 پیام تاریخ
  anxiaoxia 8353a92923 Merge branch sagacare of http://39.106.8.246:3003/sagacloud/sagacloud-manager-control into sagacare 1 سال پیش
  anxiaoxia e210e3bf0b fix 上传图片 1 سال پیش
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],