diff --git a/nkebao/src/pages/mobile/mine/devices/index.tsx b/nkebao/src/pages/mobile/mine/devices/index.tsx index 467b65d5..8fe74b53 100644 --- a/nkebao/src/pages/mobile/mine/devices/index.tsx +++ b/nkebao/src/pages/mobile/mine/devices/index.tsx @@ -19,6 +19,7 @@ import { import type { Device } from "@/types/device"; import { comfirm } from "@/utils/common"; import { useUserStore } from "@/store/module/user"; +import NavCommon from "@/components/NavCommon"; const Devices: React.FC = () => { // 设备列表相关 @@ -195,29 +196,15 @@ const Devices: React.FC = () => { - - navigate(-1)} - /> - - } - style={{ background: "#fff" }} + addDevice()}> 添加设备 } - > - - 设备管理 - - - + />
{/* 搜索栏 */}