企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
~~~ //在app.json文件中配置 "tabBar": { "color": "#666", "selectedColor": "#3785F9", "position": "bottom", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "电影", "iconPath": "/images/tab/dianying.png", "selectedIconPath": "/images/tab/dianying_hl.png" }, { "pagePath": "pages/map/map", "text": "地图", "iconPath": "/images/tab/map.png", "selectedIconPath": "/images/tab/map_hl.png" } ] } ~~~