Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
加载我的 cakephp 应用程序后大约 0.5 秒,添加了一个以“#”开头的随机代码。到网址。
这种行为可以在这里看到,网址从:
http://dev4.west-dyke.com/verhuur
至
http://dev4.west-dyke.com/verhuur#.Ud03FBcW3RE
这是什么原因造成的?
正如我评论的那样,问题不是由于 cakephp 而是addthis插件,如果data_track_addressbar在其配置中设置为 true,它基本上会附加一个唯一的 Id。
addthis
data_track_addressbar
因此,要摆脱它,只需将其值更改为 false。
var addthis_config = {"data_track_addressbar":false};