wzyyy 3 年 前
コミット
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);
         setBindings(res.result);
       }
       }
     });
     });
-    Service.settingDetail('basis').then((res) => {
+    Service.settingDetail('front').then((res) => {
       if (res.status === 200) {
       if (res.status === 200) {
         const ico: any = document.querySelector('link[rel="icon"]');
         const ico: any = document.querySelector('link[rel="icon"]');
         ico.href = res.result.ico;
         ico.href = res.result.ico;