如果在运行多个JSON文件的情况下在JSON服务器中使用特定数据进行调用,则无法获取JSON

时间:2019-03-29 01:00:28

标签: json reactjs json-server

我有三个用于模拟数据的JSON文件。

JsonServer.js

{
  "customPanel": [
    {
      "id": 1,
      "title": "top",
      "dataSet": "top1"
    },
    {
      "id": 2,
      "title": "bottom",
      "dataSet": "bottom1"
    }
  ],
  "defaultPanel": [
    {
      "id": 1,
      "title": "topDefault",
      "dataSet": "topDefault1"
    }
  ]
}

settings.json

{}

并且所有人都可以使用http://localhost:4000/settings获取数据 但是当我打电话给http://localhost:4000/settings/customPanel时,显示空白响应,例如from django.contrib.gis.geos import Point from django.contrib.gis.measure import D point = Point(float(latitude), float(longitude)) query = Restaurant.objects.filter(location__dwithin=(point, D(km=km))).order_by('location')

0 个答案:

没有答案