feat: 替换了导航栏组件

This commit is contained in:
zoujing
2026-04-02 11:37:37 +08:00
parent 453d2f0580
commit 5585976e99
5 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="page">
<!-- Header -->
<NavBar title="最近任务" color="white" :showHistory="false" @back="onBack" />
<TopNavBar title="最近任务" color="white" :showHistory="false" @back="onBack" />
<!-- 列表 -->
<div class="list">
@@ -43,7 +43,7 @@
<script setup lang="ts">
import { useRouter } from 'vue-router';
// @ts-ignore
import NavBar from '../components/NavBar.vue';
import TopNavBar from '../components/TopNavBar.vue';
interface TaskItem {
id: number