Kendo传输读取的URL追加到现有URL

时间:2019-07-11 14:13:46

标签: angularjs typescript kendo-grid

我在页面上有一个带有以下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",
                        }

我想念什么吗?任何帮助将不胜感激。预先感谢。

0 个答案:

没有答案