ai-watch-app/pages.json

113 lines
1.9 KiB
JSON

{
"pages": [ //pages数组中第一项表示应用启动页,
{
"path": "pages/index/blank",
"style": {}
},
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/login/login",
"style": {}
},
{
"path": "pages/index/detail",
"style": {}
},
{
"path": "pages/login/forget",
"style": {}
},
{
"path": "pages/login/register",
"style": {}
},
{
"path": "pages/device/device",
"style": {}
},
// {
// "path": "pages/device/adddevice",
// "style": {}
// },
{
"path": "pages/my/my",
"style": {}
},
{
"path": "pages/login/explain",
"style": {}
},
{
"path" : "pages/index/echarts",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/only_test/only_test",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/only_test/ot1",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/only_test/ot2",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/only_test/ot3",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/only_test/ot5",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/index/indexs/indexs",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
// "tabBar": {
// "list": [{
// "pagePath": "pages/index/index",
// "text": "首页",
// "iconPath": "static/logo.png",
// "selectedIconPath": "static/logo.png"
// }, {
// "pagePath": "pages/my/my",
// "text": "我的",
// "iconPath": "static/logo.png",
// "selectedIconPath": "static/logo.png"
// }]
// },
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "中鼎云医",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
}
}