<>
<Header/>
<Routes>
<Route path='/' element={<Home/>} />
<Route path='application' element={<Application/>} />
<Route path='services' element={<Services/>} />
<Route path='subscription' element={<Subscription/>} />
<Route path='complain' element={<Complain/>} />
</Routes>
<Footer/>
</>
我创建了两个header(header,header1)我想在投诉页面上使用 header1,除了投诉页面我想要 ro sue header,但我不知道如何使用它。