_routes.json 722 Bytes
Newer Older
xiaohu's avatar
xiaohu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
[
  {
    "path": "/Dashboard",
    "exact": true,
    "redirect": "/Dashboard/Analysis"
  },
  {
    "path": "/Forms",
    "exact": true,
    "redirect": "/Forms/BasicForm"
  },
  {
    "path": "/Forms/StepForm",
    "exact": true,
    "redirect": "/Forms/StepForm/Step1"
  },
  {
    "path": "/List",
    "exact": true,
    "redirect": "/List/TableList"
  },
  {
    "path": "/List/Search",
    "exact": true,
    "redirect": "/List/Search/Articles"
  },
  {
    "path": "/Profile",
    "exact": true,
    "redirect": "/Profile/BasicProfile"
  },
  {
    "path": "/Result",
    "exact": true,
    "redirect": "/Result/Success"
  },
  {
    "path": "/Exception",
    "exact": true,
    "redirect": "/Exception/403"
  }
]