URL为什么包含查询字符串?如何删除这些

时间:2019-04-05 13:00:20

标签: userfrosting

亲爱的用户霜专家...

我刚刚在LAMP Stack上安装了Userfrosting。乌布特努16.04

URL包含查询字符串:http://example.com/dashboard#&sort[table-activities][occurred_at]=desc&page[table-activities]=1&size[table-activities]=10

如何摆脱这些查询约束?

它们看起来很丑!

1 个答案:

答案 0 :(得分:0)

这与TableSorter sort2hash plugin有关。如果再次访问该页面,则查询字符串用于重新应用相同的排序和过滤参数。

它已在uf-table中启用。请参阅有关表的USerFrosting文档:https://learn.userfrosting.com/4.2/client-side-code/components/tables