auth.json 795 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "roles":[
  3. {
  4. "name":"供应商",
  5. "code":"supplier",
  6. "menuCode":["NONE"],
  7. "display":1
  8. }
  9. ],
  10. "menus":[
  11. {
  12. "name":"SRM管理",
  13. "otherName":"SRM管理",
  14. "code":"srm",
  15. "icon": "profile",
  16. "routeUri":"srm",
  17. "orderNum":7
  18. },
  19. {
  20. "name":"SRM管理:供应商管理",
  21. "otherName":"供应商管理",
  22. "code":"srm_supplier",
  23. "routeUri":"supplier",
  24. "orderNum":71
  25. },
  26. {
  27. "name":"SRM管理:产品目录",
  28. "otherName":"产品目录",
  29. "code":"srm_products",
  30. "routeUri":"products",
  31. "orderNum":72
  32. }
  33. ]
  34. }