diff --git a/src/componments/QrCode/index.jsx b/src/componments/QrCode/index.jsx index e80e069..d7fbb6a 100644 --- a/src/componments/QrCode/index.jsx +++ b/src/componments/QrCode/index.jsx @@ -22,7 +22,7 @@ import guangzhou from "@/images/city/guangzhou.jpg"; import shanghai from "@/images/city/shanghai.jpg"; import shenzhen from "@/images/city/shenzhen.jpg"; import touxiang from "@/images/index/touxiang.jpg"; -import QRcodePng from "@/images/index/QRcode.png"; +import nomad from "@/images/index/nomad.png"; import TabbarCom from "@/componments/TabbarCom"; import { useEffect, useState } from "react"; @@ -40,7 +40,7 @@ const QrCode = (props) => { diff --git a/src/images/index/nomad.png b/src/images/index/nomad.png new file mode 100644 index 0000000..6ac3bd9 Binary files /dev/null and b/src/images/index/nomad.png differ