|
@@ -1,10 +1,10 @@
|
|
|
{
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ "pages": [
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"enablePullDownRefresh": false,
|
|
|
- "navigationBarTitleText": "逻辑狗挑战赛",
|
|
|
+ "navigationBarTitleText": "中德智慧教育 全球儿童思维教育专家 全球优质教育内容输出平台",
|
|
|
"onReachBottomDistance": 50,
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
@@ -189,24 +189,4 @@
|
|
|
"app-plus": { "titileNView": false },
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
- // "tabBar": {
|
|
|
- // "borderStyle": "white",
|
|
|
- // "color": "#999999",
|
|
|
- // "selectedColor": "#23D321",
|
|
|
- // "backgroundColor": "#ffffff",
|
|
|
- // "list": [
|
|
|
- // {
|
|
|
- // "pagePath": "pages/index/index",
|
|
|
- // "iconPath": "static/img/tabbar/index.png",
|
|
|
- // "selectedIconPath": "static/img/tabbar/indexHL.png",
|
|
|
- // "text": "首页"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "pagePath": "pages/me/index",
|
|
|
- // "iconPath": "static/img/tabbar/me.png",
|
|
|
- // "selectedIconPath": "static/img/tabbar/meHL.png",
|
|
|
- // "text": "我的"
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // }
|
|
|
}
|