wzyyy 3 лет назад
Родитель
Сommit
611da90622
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/user/Login/index.tsx

+ 1 - 1
src/pages/user/Login/index.tsx

@@ -90,7 +90,7 @@ const Login: React.FC = () => {
         setBindings(res.result);
       }
     });
-    Service.settingDetail('basis').then((res) => {
+    Service.settingDetail('front').then((res) => {
       if (res.status === 200) {
         const ico: any = document.querySelector('link[rel="icon"]');
         ico.href = res.result.ico;