index.json 331 B

12345678910111213141516171819
  1. {
  2. "code": 200,
  3. "msg": "成功",
  4. "data": {
  5. "logo": "/static/logo.png",
  6. "theme": {
  7. "brandColor": "#1989fa"
  8. },
  9. "tabBar": {
  10. "selectedColor": "#1989fa"
  11. },
  12. "service": {
  13. "flashdeliver_canteenReserve": {
  14. "name": "员工餐厅",
  15. "hasUseCacheAddress": true
  16. }
  17. }
  18. }
  19. }