截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example.json 666B

12345678910111213141516171819202122232425262728
  1. {
  2. "code": 10000,
  3. "msg": "操作成功",
  4. "data": [
  5. {
  6. "name": "系统管理",
  7. "icon": "layui-icon-login-wechat",
  8. "subMenus": [
  9. {
  10. "name": "用户管理",
  11. "icon": "layui-icon-star",
  12. "url": "http://www.njedusoft.com:80/joauth2/user/"
  13. },
  14. {
  15. "name": "登录日志",
  16. "icon": "layui-icon-star",
  17. "url": "http://www.njedusoft.com:80/joauth2/loginRecord/"
  18. },
  19. {
  20. "name": "操作日志",
  21. "icon": "layui-icon-star",
  22. "url": "http://www.njedusoft.com:80/joauth2/log/"
  23. }
  24. ],
  25. "url": "javascript:;"
  26. }
  27. ]
  28. }