试试这几件事。
首先将代理设置为模型而不是存储。我很长时间都有同样的问题。然后尝试重新加载你的应用程序。
第二个直接设置根“docs”。
第三步设置Ledger.store.Searchstore.load();
最后我使用了像这样的代理,我留给我的php文件如何读取远程文件:
proxy: { type: 'ajax', api: { read: 'scripts/receive.php', create: 'scripts/create.php?action=create', update: 'scripts/create.php?action=update', destroy:'scripts/destroy.php?action=destroy' },