gpt4 book ai didi

javascript - React/Nextjs - 知道什么页面在 _app.js 上呈现

转载 作者:行者123 更新时间:2023-11-27 23:02:44 25 4
gpt4 key购买 nike

所以我试图在我的 _app.js 上呈现我的网络导航和页脚。我想根据正在访问的页面动态更改导航/页脚的样式。我考虑过将导航和页脚放在各个页面上,但我认为这不是最佳做法。

我怎么知道我在 _app.js 中访问的页面

例如

pages/index.js
pages/profile.js

在我的 _app.js 中我将根据访问的页面更改导航和页脚的样式。

最佳答案

您可以使用具有 asPath 属性的 useRouter 钩子(Hook)。

import { useRouter } from "next/router";

const path = useRouter().asPath;

然后你可以使用这个值来改变内容pages/_app.tsx 基于页面

关于javascript - React/Nextjs - 知道什么页面在 _app.js 上呈现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58888143/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com