nopcommerce 中的类别 url 格式

发布于 2024-12-28 08:20:52 字数 382 浏览 1 评论 0原文

我想知道如何使类别的 url 静态化。例如 http://localhost:3547/category/53-cellphones.aspx 是什么我目前有,但昨天它是 http://localhost:3547/category/1-cellphones.aspx。 我想知道如何使类别名称中的数字保持静态,例如 1-cellphones.aspx 一直这样,我不想明天更改为 3-cellphones.aspx。 这可能吗? 谢谢

I would like to know how I can make the url's for the categories static. For example http://localhost:3547/category/53-cellphones.aspx is what I have currently but yesterday it was http://localhost:3547/category/1-cellphones.aspx.
I want to know how can I make the number in the category name static, e.g. 1-cellphones.aspx to be like that all the time, I don't want to be changed tomorrow to 3-cellphones.aspx for example.
Is that possible?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荆棘i 2025-01-04 08:20:52

这通常是数据库中类别的 ID。

您可以检查 Nop_Category 表并检查是否有重复的行。

This is normally the id of the category in the database.

Can you check the Nop_Category table and check you don't have duplicate rows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文