index.json 193 B

12345678910111213
  1. {
  2. "code": 200,
  3. "msg": "成功",
  4. "data": {
  5. "logo": "/static/logo.png",
  6. "theme": {
  7. "brandColor": "#e3452f"
  8. },
  9. "tabBar": {
  10. "selectedColor": "#027cff"
  11. }
  12. }
  13. }