120 lines
2.2 KiB
JSON
120 lines
2.2 KiB
JSON
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/study/index",
|
|
"style": {
|
|
"navigationBarTitleText": "学习",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/intelligent_answering/index",
|
|
"style": {
|
|
"navigationBarTitleText": "智能问答",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/scene/index",
|
|
"style": {
|
|
"navigationBarTitleText": "场景",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/me/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/other/web_view",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/ysxy",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"list": [{
|
|
"text": "首页",
|
|
"pagePath": "pages/index/index"
|
|
},
|
|
{
|
|
"text": "学习",
|
|
"pagePath": "pages/study/index"
|
|
},
|
|
{
|
|
"text": "场景",
|
|
"pagePath": "pages/scene/index"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/me/index"
|
|
}
|
|
],
|
|
"color": "#666666",
|
|
"selectedColor": "#0066FF",
|
|
"fontSize": "16px",
|
|
"borderStyle": "white",
|
|
"borderColor": "#ffffff",
|
|
"height": "70px",
|
|
"spacing": "10px",
|
|
"midButton": {
|
|
"iconPath": "/static/images/icon/fawn.png",
|
|
"width": "86px",
|
|
"height": "86px",
|
|
"iconWidth": "90px"
|
|
}
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "AI智能培训",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"titleView": false,
|
|
"bounce": "none"
|
|
}
|
|
},
|
|
"uniIdRouter": {}
|
|
} |