我在页面上有一个带有以下URL的网格:http://localhost/Assets/AssetConfiguration
我在http://localhost/api/AssetConfiguration上有一个api
当我尝试从网格中获取结果时,出现未找到404错误的错误,并且我看到URL错误。它设置为http://localhost/Assets/api/AssetConfiguration
我应该是http://localhost/api/AssetConfiguration。
当我在kendo网格中指定url时,我就这样写了:
transport: {
read: {
url: 'api/AssetConfiguration',
dataType: "json",
type: "get",
}
我想念什么吗?任何帮助将不胜感激。预先感谢。