feat: 修改着陆页
This commit is contained in:
@@ -29,7 +29,7 @@ import {
|
||||
Tooltip,
|
||||
} from "antd";
|
||||
import { CSSProperties, useRef, useState } from "react";
|
||||
import logo from "@/assets/icons/schisandra.svg";
|
||||
import logo from "@/assets/images/logo.png";
|
||||
import qrCode from "@/assets/images/login_qrcode-landaiqing.jpg";
|
||||
import styles from "./index.module.less";
|
||||
import { observer } from "mobx-react";
|
||||
@@ -206,7 +206,7 @@ export default observer(() => {
|
||||
<img
|
||||
alt="logo"
|
||||
src={logo}
|
||||
style={{ width: "44px", height: "44px" }}
|
||||
style={{ width: "44px", height: "44px"}}
|
||||
/>
|
||||
<span>五味子云存储</span>
|
||||
</Space>
|
||||
|
Reference in New Issue
Block a user