本文介绍了“现场查看”按钮链接到不需要的页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
为什么查看网站链接到不需要的页面?我可以禁用吗?
Why "view on site" linked to an unwanted page? Can I disable it?
推荐答案
通过查看 Sites
应用程序,并在其末尾添加模型的 get_absolute_url()
方法。
View on site determines the URL to link to by checking the Sites
app and adding the model's get_absolute_url()
method on the end of it.
这篇关于“现场查看”按钮链接到不需要的页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!