浏览代码

fix: merge

wzyyy 4 年之前
父节点
当前提交
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;