_routes.json 1.07 KB
Newer Older
xiaohuoni's avatar
xiaohuoni 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 43 44 45 46 47 48 49 50 51 52 53 54 55
[
  {
    "path": "/",
    "exact": true,
    "redirect": "/dashboard/analysis"
  },
  {
    "path": "/dashboard",
    "exact": true,
    "redirect": "/dashboard/analysis"
  },
  {
    "path": "/forms",
    "exact": true,
    "redirect": "/forms/basicform"
  },
  {
    "path": "/forms/stepform",
    "exact": true,
    "redirect": "/forms/stepform/info"
  },
  {
    "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"
  },
  {
    "path": "/account/center",
    "exact": true,
    "redirect": "/account/center/articles"
  },
  {
    "path": "/account/settings",
    "exact": true,
    "redirect": "/account/settings/baseview"
56 57 58 59 60
  },
  {
    "path": "/editor",
    "exact": true,
    "redirect": "/deitor/flow"
xiaohuoni's avatar
xiaohuoni committed
61 62
  }
]