您的位置: 首页 > 文章 > WeCenter首页302跳转问题 WeCenter首页302跳转问题 分类: 文章 • 2024-10-22 15:00:46 帮朋友调一个网站的时候,发现首页竟然是302跳转: 程序是WeCenter,下了个在本地调试,最后解决起来倒也简单,直接用的代码替换,不用写程序、模板了。 具体替换的位置: 用app/explore/main.php的方法index_adction的代码,替换app/home/main.php中的index_action方法的代码即可。 换了之后,首页不再跳转了: 转载于:https://blog.51cto.com/leesleefeng/1534178